mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
ad48a15387
In the response to the discussion during the Dev Chat, I'm doing a first pass to keep WordPress packages up to date in the WordPress 5.8 release cycle. See https://github.com/WordPress/wordpress-develop/pull/1176 for more details. Props youknowriad, aristath, andraganescu. See #52991. Built from https://develop.svn.wordpress.org/trunk@50761 git-svn-id: http://core.svn.wordpress.org/trunk@50370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
46 lines
765 B
JSON
46 lines
765 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/search",
|
|
"category": "widgets",
|
|
"attributes": {
|
|
"label": {
|
|
"type": "string"
|
|
},
|
|
"showLabel": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"placeholder": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"width": {
|
|
"type": "number"
|
|
},
|
|
"widthUnit": {
|
|
"type": "string"
|
|
},
|
|
"buttonText": {
|
|
"type": "string"
|
|
},
|
|
"buttonPosition": {
|
|
"type": "string",
|
|
"default": "button-outside"
|
|
},
|
|
"buttonUseIcon": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": [ "left", "center", "right" ],
|
|
"__experimentalBorder": {
|
|
"radius": true,
|
|
"__experimentalSkipSerialization": true
|
|
},
|
|
"html": false
|
|
},
|
|
"editorStyle": "wp-block-search-editor",
|
|
"style": "wp-block-search"
|
|
}
|