wp/wp-includes/blocks/heading/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    13 		},
    13 		},
    14 		"content": {
    14 		"content": {
    15 			"type": "rich-text",
    15 			"type": "rich-text",
    16 			"source": "rich-text",
    16 			"source": "rich-text",
    17 			"selector": "h1,h2,h3,h4,h5,h6",
    17 			"selector": "h1,h2,h3,h4,h5,h6",
    18 			"__experimentalRole": "content"
    18 			"role": "content"
    19 		},
    19 		},
    20 		"level": {
    20 		"level": {
    21 			"type": "number",
    21 			"type": "number",
    22 			"default": 2
    22 			"default": 2
       
    23 		},
       
    24 		"levelOptions": {
       
    25 			"type": "array"
    23 		},
    26 		},
    24 		"placeholder": {
    27 		"placeholder": {
    25 			"type": "string"
    28 			"type": "string"
    26 		}
    29 		}
    27 	},
    30 	},
    28 	"supports": {
    31 	"supports": {
    29 		"align": [ "wide", "full" ],
    32 		"align": [ "wide", "full" ],
    30 		"anchor": true,
    33 		"anchor": true,
    31 		"className": true,
    34 		"className": true,
    32 		"splitting": true,
    35 		"splitting": true,
       
    36 		"__experimentalBorder": {
       
    37 			"color": true,
       
    38 			"radius": true,
       
    39 			"style": true,
       
    40 			"width": true
       
    41 		},
    33 		"color": {
    42 		"color": {
    34 			"gradients": true,
    43 			"gradients": true,
    35 			"link": true,
    44 			"link": true,
    36 			"__experimentalDefaultControls": {
    45 			"__experimentalDefaultControls": {
    37 				"background": true,
    46 				"background": true,