We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054e3a0 commit 1c96090Copy full SHA for 1c96090
includes/Blocks/CoreImage.php
@@ -42,7 +42,7 @@ class CoreImage extends Block {
42
*/
43
public function __construct( WP_Block_Type $block, Registry $block_registry ) {
44
parent::__construct( $block, $block_registry );
45
-
+
46
register_graphql_field(
47
$this->type_name,
48
'mediaDetails',
0 commit comments