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