40 lines
604 B
JSON
40 lines
604 B
JSON
{
|
|
"name": "core/search",
|
|
"category": "widgets",
|
|
"attributes": {
|
|
"label": {
|
|
"type": "string"
|
|
},
|
|
"showLabel": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"placeholder": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"width": {
|
|
"type": "number"
|
|
},
|
|
"widthUnit": {
|
|
"type": "string"
|
|
},
|
|
"buttonText": {
|
|
"type": "string"
|
|
},
|
|
"buttonPosition": {
|
|
"type": "string",
|
|
"default": "button-outside"
|
|
},
|
|
"buttonUseIcon": {
|
|
"type": "bool",
|
|
"default": false
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": [ "left", "center", "right" ],
|
|
"html": false,
|
|
"lightBlockWrapper": true
|
|
}
|
|
}
|