author | ymh <ymh.work@gmail.com> |
Tue, 15 Dec 2020 15:52:01 +0100 | |
changeset 17 | 34716fd837a4 |
parent 16 | a86126ab1dd4 |
child 18 | be944660c56a |
permissions | -rw-r--r-- |
16 | 1 |
{ |
2 |
"name": "core/search", |
|
3 |
"category": "widgets", |
|
4 |
"attributes": { |
|
5 |
"align": { |
|
6 |
"type": "string", |
|
7 |
"enum": [ |
|
8 |
"left", |
|
9 |
"center", |
|
10 |
"right", |
|
11 |
"wide", |
|
12 |
"full" |
|
13 |
] |
|
14 |
}, |
|
15 |
"className": { |
|
16 |
"type": "string" |
|
17 |
}, |
|
18 |
"label": { |
|
19 |
"type": "string" |
|
20 |
}, |
|
21 |
"placeholder": { |
|
22 |
"type": "string", |
|
23 |
"default": "" |
|
24 |
}, |
|
25 |
"buttonText": { |
|
26 |
"type": "string" |
|
27 |
} |
|
28 |
}, |
|
29 |
"supports": { |
|
30 |
"align": true, |
|
31 |
"html": false |
|
32 |
} |
|
33 |
} |