wp/wp-includes/blocks/post-featured-image/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/post-featured-image",
       
     4 	"title": "Post Featured Image",
       
     5 	"category": "theme",
       
     6 	"description": "Display a post's featured image.",
       
     7 	"textdomain": "default",
       
     8 	"attributes": {
       
     9 		"isLink": {
       
    10 			"type": "boolean",
       
    11 			"default": false
       
    12 		}
       
    13 	},
       
    14 	"usesContext": [ "postId", "postType", "queryId" ],
       
    15 	"supports": {
       
    16 		"align": [ "left", "right", "center", "wide", "full" ],
       
    17 		"html": false
       
    18 	},
       
    19 	"editorStyle": "wp-block-post-featured-image-editor",
       
    20 	"style": "wp-block-post-featured-image"
       
    21 }