wp-graphql-content-blocks icon indicating copy to clipboard operation
wp-graphql-content-blocks copied to clipboard

CoreVideo attributes `controls` always return true

Open MKlblangenois opened this issue 1 year ago • 2 comments

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
  • [x] I can confirm that the issue appear with minimal plugin requirement (WPGraphQL and WPGraphQL Content Blocks)

MKlblangenois avatar Aug 14 '24 09:08 MKlblangenois

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

Fixed in #284

justlevine avatar Sep 21 '24 22:09 justlevine

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

justlevine avatar Sep 26 '24 20:09 justlevine

Ta!

theodesp avatar Dec 02 '24 16:12 theodesp