diff --git a/.changeset/many-garlics-divide.md b/.changeset/many-garlics-divide.md new file mode 100644 index 00000000..8534ef43 --- /dev/null +++ b/.changeset/many-garlics-divide.md @@ -0,0 +1,7 @@ +--- +"@wpengine/wp-graphql-content-blocks": major +--- + +Fix: reverts CoreImage block width type introduced at this [PR](https://github.com/wpengine/wp-graphql-content-blocks/pull/130) + +**NOTE**: This change is only impactful for users running WordPress versions earlier than v6.3.2. diff --git a/includes/Blocks/CoreImage.php b/includes/Blocks/CoreImage.php index caf6c81a..3f31b5ec 100644 --- a/includes/Blocks/CoreImage.php +++ b/includes/Blocks/CoreImage.php @@ -32,7 +32,6 @@ class CoreImage extends Block { 'source' => 'attribute', 'attribute' => 'src', ], - 'width' => [ 'type' => 'string' ], ]; /**