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 fd085dc commit 0c7a5f0Copy full SHA for 0c7a5f0
includes/Blocks/CoreImage.php
@@ -42,6 +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