wp-graphql-content-blocks
wp-graphql-content-blocks copied to clipboard
CoreVideo attributes `controls` always return true
When I add CoreVideo on Gutenberg and try to disable controls attribute, preview on Gutenberg works with no display for controls, but GraphQL return true in attributes
| Plugins | Version |
|---|---|
| WPGraphQL | 1.28.0 |
| WPGraphQL Content Blocks | 4.0.1 |
| WPGraphQL for ACF | 2.4.1 |
| WordPress | 6.6.1 |
- [x] I can confirm that the issue appear with minimal plugin requirement (WPGraphQL and WPGraphQL Content Blocks)
The reproduction is the existing CoreVideoTest, where controls is true despite it not being included in the post_content.
Fixed in #284
#284 was merged via #293, so I believe this can be closed as completed.
Ta!