16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/search", |
18
|
4 |
"title": "Search", |
16
|
5 |
"category": "widgets", |
18
|
6 |
"description": "Help visitors find your content.", |
|
7 |
"keywords": [ "find" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
18
|
10 |
"label": { |
16
|
11 |
"type": "string", |
18
|
12 |
"__experimentalRole": "content" |
16
|
13 |
}, |
18
|
14 |
"showLabel": { |
|
15 |
"type": "boolean", |
|
16 |
"default": true |
16
|
17 |
}, |
|
18 |
"placeholder": { |
|
19 |
"type": "string", |
18
|
20 |
"default": "", |
|
21 |
"__experimentalRole": "content" |
|
22 |
}, |
|
23 |
"width": { |
|
24 |
"type": "number" |
|
25 |
}, |
|
26 |
"widthUnit": { |
|
27 |
"type": "string" |
16
|
28 |
}, |
|
29 |
"buttonText": { |
18
|
30 |
"type": "string", |
|
31 |
"__experimentalRole": "content" |
|
32 |
}, |
|
33 |
"buttonPosition": { |
|
34 |
"type": "string", |
|
35 |
"default": "button-outside" |
|
36 |
}, |
|
37 |
"buttonUseIcon": { |
|
38 |
"type": "boolean", |
|
39 |
"default": false |
16
|
40 |
} |
|
41 |
}, |
|
42 |
"supports": { |
18
|
43 |
"align": [ "left", "center", "right" ], |
|
44 |
"__experimentalBorder": { |
|
45 |
"radius": true, |
|
46 |
"__experimentalSkipSerialization": true |
|
47 |
}, |
16
|
48 |
"html": false |
18
|
49 |
}, |
|
50 |
"editorStyle": "wp-block-search-editor", |
|
51 |
"style": "wp-block-search" |
16
|
52 |
} |