wp/wp-includes/blocks/search/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     8 	"keywords": [ "find" ],
     8 	"keywords": [ "find" ],
     9 	"textdomain": "default",
     9 	"textdomain": "default",
    10 	"attributes": {
    10 	"attributes": {
    11 		"label": {
    11 		"label": {
    12 			"type": "string",
    12 			"type": "string",
    13 			"__experimentalRole": "content"
    13 			"role": "content"
    14 		},
    14 		},
    15 		"showLabel": {
    15 		"showLabel": {
    16 			"type": "boolean",
    16 			"type": "boolean",
    17 			"default": true
    17 			"default": true
    18 		},
    18 		},
    19 		"placeholder": {
    19 		"placeholder": {
    20 			"type": "string",
    20 			"type": "string",
    21 			"default": "",
    21 			"default": "",
    22 			"__experimentalRole": "content"
    22 			"role": "content"
    23 		},
    23 		},
    24 		"width": {
    24 		"width": {
    25 			"type": "number"
    25 			"type": "number"
    26 		},
    26 		},
    27 		"widthUnit": {
    27 		"widthUnit": {
    28 			"type": "string"
    28 			"type": "string"
    29 		},
    29 		},
    30 		"buttonText": {
    30 		"buttonText": {
    31 			"type": "string",
    31 			"type": "string",
    32 			"__experimentalRole": "content"
    32 			"role": "content"
    33 		},
    33 		},
    34 		"buttonPosition": {
    34 		"buttonPosition": {
    35 			"type": "string",
    35 			"type": "string",
    36 			"default": "button-outside"
    36 			"default": "button-outside"
    37 		},
    37 		},
    83 				"color": true,
    83 				"color": true,
    84 				"radius": true,
    84 				"radius": true,
    85 				"width": true
    85 				"width": true
    86 			}
    86 			}
    87 		},
    87 		},
       
    88 		"spacing": {
       
    89 			"margin": true
       
    90 		},
    88 		"html": false
    91 		"html": false
    89 	},
    92 	},
    90 	"editorStyle": "wp-block-search-editor",
    93 	"editorStyle": "wp-block-search-editor",
    91 	"style": "wp-block-search"
    94 	"style": "wp-block-search"
    92 }
    95 }