wp/wp-includes/blocks/post-excerpt/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    21 			"type": "number",
    21 			"type": "number",
    22 			"default": 55
    22 			"default": 55
    23 		}
    23 		}
    24 	},
    24 	},
    25 	"usesContext": [ "postId", "postType", "queryId" ],
    25 	"usesContext": [ "postId", "postType", "queryId" ],
       
    26 	"example": {
       
    27 		"viewportWidth": 350
       
    28 	},
    26 	"supports": {
    29 	"supports": {
    27 		"html": false,
    30 		"html": false,
    28 		"color": {
    31 		"color": {
    29 			"gradients": true,
    32 			"gradients": true,
    30 			"link": true,
    33 			"link": true,
    51 				"fontSize": true
    54 				"fontSize": true
    52 			}
    55 			}
    53 		},
    56 		},
    54 		"interactivity": {
    57 		"interactivity": {
    55 			"clientNavigation": true
    58 			"clientNavigation": true
       
    59 		},
       
    60 		"__experimentalBorder": {
       
    61 			"radius": true,
       
    62 			"color": true,
       
    63 			"width": true,
       
    64 			"style": true,
       
    65 			"__experimentalDefaultControls": {
       
    66 				"radius": true,
       
    67 				"color": true,
       
    68 				"width": true,
       
    69 				"style": true
       
    70 			}
    56 		}
    71 		}
    57 	},
    72 	},
    58 	"editorStyle": "wp-block-post-excerpt-editor",
    73 	"editorStyle": "wp-block-post-excerpt-editor",
    59 	"style": "wp-block-post-excerpt"
    74 	"style": "wp-block-post-excerpt"
    60 }
    75 }