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

69 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
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" ],
2022-04-02 10:26:41 +02:00
"color": {
"gradients": true,
2022-06-16 14:03:35 +02:00
"__experimentalSkipSerialization": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
2022-04-02 10:26:41 +02:00
},
2021-07-23 11:58:50 +02:00
"__experimentalBorder": {
2022-04-02 10:26:41 +02:00
"color": true,
2021-07-23 11:58:50 +02:00
"radius": true,
2022-06-16 14:03:35 +02:00
"width": true,
"__experimentalSkipSerialization": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"width": true
}
2021-07-23 11:58:50 +02:00
},
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
}