WordPress/wp-includes/blocks/post-featured-image/block.json

22 lines
505 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/post-featured-image",
"title": "Post Featured Image",
"category": "design",
"description": "Display a post's featured image.",
"textdomain": "default",
"attributes": {
"isLink": {
"type": "boolean",
"default": false
}
},
"usesContext": [ "postId", "postType" ],
"supports": {
"align": [ "left", "right", "center", "wide", "full" ],
"html": false
},
"editorStyle": "wp-block-post-featured-image-editor",
"style": "wp-block-post-featured-image"
}