wp/wp-includes/blocks/post-featured-image/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/post-featured-image",
     4 	"name": "core/post-featured-image",
     4 	"title": "Post Featured Image",
     5 	"title": "Post Featured Image",
     5 	"category": "theme",
     6 	"category": "theme",
     6 	"description": "Display a post's featured image.",
     7 	"description": "Display a post's featured image.",
     7 	"textdomain": "default",
     8 	"textdomain": "default",
     8 	"attributes": {
     9 	"attributes": {
     9 		"isLink": {
    10 		"isLink": {
    10 			"type": "boolean",
    11 			"type": "boolean",
    11 			"default": false
    12 			"default": false
       
    13 		},
       
    14 		"width": {
       
    15 			"type": "string"
       
    16 		},
       
    17 		"height": {
       
    18 			"type": "string"
       
    19 		},
       
    20 		"scale": {
       
    21 			"type": "string",
       
    22 			"default": "cover"
       
    23 		},
       
    24 		"sizeSlug": {
       
    25 			"type": "string"
    12 		}
    26 		}
    13 	},
    27 	},
    14 	"usesContext": [ "postId", "postType", "queryId" ],
    28 	"usesContext": [ "postId", "postType", "queryId" ],
    15 	"supports": {
    29 	"supports": {
    16 		"align": [ "left", "right", "center", "wide", "full" ],
    30 		"align": [ "left", "right", "center", "wide", "full" ],
    17 		"html": false
    31 		"color": {
       
    32 			"__experimentalDuotone": "img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before",
       
    33 			"text": false,
       
    34 			"background": false
       
    35 		},
       
    36 		"html": false,
       
    37 		"spacing": {
       
    38 			"margin": true,
       
    39 			"padding": true
       
    40 		}
    18 	},
    41 	},
    19 	"editorStyle": "wp-block-post-featured-image-editor",
    42 	"editorStyle": "wp-block-post-featured-image-editor",
    20 	"style": "wp-block-post-featured-image"
    43 	"style": "wp-block-post-featured-image"
    21 }
    44 }