diff options
Diffstat (limited to 'wp-includes/blocks/media-text/block.json')
-rw-r--r-- | wp-includes/blocks/media-text/block.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wp-includes/blocks/media-text/block.json b/wp-includes/blocks/media-text/block.json index e320101..0f3519a 100644 --- a/wp-includes/blocks/media-text/block.json +++ b/wp-includes/blocks/media-text/block.json @@ -92,8 +92,13 @@ }, "allowedBlocks": { "type": "array" + }, + "useFeaturedImage": { + "type": "boolean", + "default": false } }, + "usesContext": [ "postId", "postType" ], "supports": { "anchor": true, "align": [ "wide", "full" ], |