Blake Wilson
Blake Wilson
### Description `...on ContentType` union in `nodeByUri` returns incorrect `isPostsPage` ### Steps to reproduce 1. Set your WordPress instance to have a static posts page 2. Use the following query...
### Description IsFrontPage does not work on ContentType Union ### Steps to reproduce 1. Set up a front page in your WordPress instance 2. Make the following query in WPGraphQL:...
**Intended outcome:** A typical reason for `skip`ing a `useQuery()` is the query is not yet ready to be called, for whatever reason. Take the given example: ```js import {useState} from...
## Tasks - [x] I have signed a [Contributor License Agreement (CLA)](https://github.com/wpengine/faustjs#contributor-license-agreement) with WP Engine. - [x] If a code change, I have written testing instructions that the whole team...
### Description When logging out of the toolbar from a preview route, it logs the user out, then automatically logs them back in. ### Steps to reproduce 1. Clone the...
Similar to [taking the plugin system out of experimental](https://github.com/wpengine/faustjs/issues/1793#issue-2125386352), let's take the toolbar out of experimental as well. We should still support the `experimentalToolbar` property in the config, but if...
From the toolbar perspective, you can only authenticate via "previewing" a post. Let's add to the docs how to create a frontend login page to facilitate login and easier access...
## Environment - `@faustwp/core` version: N/A - `@faustwp/cli` version: N/A - `@faustwp/blocks` version: - `@faustwp/block-editor-utils` version: - WordPress version: N/A - Browser, OS, and other relevant software versions: ## Description...
We have proven that our plugin system and model works, so let's take the `experimental` off of the `experimentalPlugins` flag in the `faust.config.js` and just use `plugins`. We should also...
As a Faust user, I would like to be warned if I accidentally set the `NEXT_PUBLIC_WORDPRESS_URL` as the URL of my headless site. We have seen this happen times here...