wp/wp-includes/blocks/buttons/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    11 	"supports": {
    11 	"supports": {
    12 		"anchor": true,
    12 		"anchor": true,
    13 		"align": [ "wide", "full" ],
    13 		"align": [ "wide", "full" ],
    14 		"html": false,
    14 		"html": false,
    15 		"__experimentalExposeControlsToChildren": true,
    15 		"__experimentalExposeControlsToChildren": true,
       
    16 		"color": {
       
    17 			"gradients": true,
       
    18 			"text": false,
       
    19 			"__experimentalDefaultControls": {
       
    20 				"background": true
       
    21 			}
       
    22 		},
    16 		"spacing": {
    23 		"spacing": {
    17 			"blockGap": true,
    24 			"blockGap": [ "horizontal", "vertical" ],
       
    25 			"padding": true,
    18 			"margin": [ "top", "bottom" ],
    26 			"margin": [ "top", "bottom" ],
    19 			"__experimentalDefaultControls": {
    27 			"__experimentalDefaultControls": {
    20 				"blockGap": true
    28 				"blockGap": true
    21 			}
    29 			}
    22 		},
    30 		},
    31 			"__experimentalLetterSpacing": true,
    39 			"__experimentalLetterSpacing": true,
    32 			"__experimentalDefaultControls": {
    40 			"__experimentalDefaultControls": {
    33 				"fontSize": true
    41 				"fontSize": true
    34 			}
    42 			}
    35 		},
    43 		},
       
    44 		"__experimentalBorder": {
       
    45 			"color": true,
       
    46 			"radius": true,
       
    47 			"style": true,
       
    48 			"width": true,
       
    49 			"__experimentalDefaultControls": {
       
    50 				"color": true,
       
    51 				"radius": true,
       
    52 				"style": true,
       
    53 				"width": true
       
    54 			}
       
    55 		},
    36 		"layout": {
    56 		"layout": {
    37 			"allowSwitching": false,
    57 			"allowSwitching": false,
    38 			"allowInheriting": false,
    58 			"allowInheriting": false,
    39 			"default": {
    59 			"default": {
    40 				"type": "flex"
    60 				"type": "flex"