wpengine / wp-graphql-content-blocks

Plugin that extends WPGraphQL to support querying (Gutenberg) Blocks as data
https://faustjs.org/docs/gutenberg/wp-graphql-content-blocks
GNU General Public License v2.0
104 stars 13 forks source link

CoreVideo attributes `controls` always return true #261

Open MKlblangenois opened 1 month ago

MKlblangenois commented 1 month ago

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 image image

Plugins Version
WPGraphQL 1.28.0
WPGraphQL Content Blocks 4.0.1
WPGraphQL for ACF 2.4.1
WordPress 6.6.1
justlevine commented 2 weeks ago

The reproduction is the existing CoreVideoTest, where controls is true despite it not being included in the post_content.

Fixed in #284

justlevine commented 1 week ago

284 was merged via #293, so I believe this can be closed as completed.