kollapsminoriteten/wp-includes/blocks/search/block.json

53 lines
996 B
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2020-12-10 14:06:04 +01:00
"apiVersion": 2,
2020-09-15 14:29:22 +02:00
"name": "core/search",
2021-07-23 11:58:50 +02:00
"title": "Search",
2020-09-15 14:29:22 +02:00
"category": "widgets",
2021-07-23 11:58:50 +02:00
"description": "Help visitors find your content.",
"keywords": [ "find" ],
"textdomain": "default",
2020-09-15 14:29:22 +02:00
"attributes": {
"label": {
2021-07-23 11:58:50 +02:00
"type": "string",
"__experimentalRole": "content"
2020-09-15 14:29:22 +02:00
},
2020-12-10 14:06:04 +01:00
"showLabel": {
"type": "boolean",
"default": true
},
2020-09-15 14:29:22 +02:00
"placeholder": {
"type": "string",
2021-07-23 11:58:50 +02:00
"default": "",
"__experimentalRole": "content"
2020-09-15 14:29:22 +02:00
},
2020-12-10 14:06:04 +01:00
"width": {
"type": "number"
},
"widthUnit": {
"type": "string"
},
2020-09-15 14:29:22 +02:00
"buttonText": {
2021-07-23 11:58:50 +02:00
"type": "string",
"__experimentalRole": "content"
2020-12-10 14:06:04 +01:00
},
"buttonPosition": {
"type": "string",
"default": "button-outside"
},
"buttonUseIcon": {
"type": "boolean",
"default": false
2020-09-15 14:29:22 +02:00
}
},
"supports": {
2020-12-10 14:06:04 +01:00
"align": [ "left", "center", "right" ],
2021-07-23 11:58:50 +02:00
"__experimentalBorder": {
"radius": true,
"__experimentalSkipSerialization": true
},
2020-09-15 14:29:22 +02:00
"html": false
2021-04-27 08:32:47 +02:00
},
"editorStyle": "wp-block-search-editor",
"style": "wp-block-search"
2020-09-15 14:29:22 +02:00
}