16
|
1 |
{ |
19
|
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
18
|
3 |
"apiVersion": 2, |
16
|
4 |
"name": "core/spacer", |
18
|
5 |
"title": "Spacer", |
16
|
6 |
"category": "design", |
18
|
7 |
"description": "Add white space between blocks and customize its height.", |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"height": { |
19
|
11 |
"type": "string", |
|
12 |
"default": "100px" |
18
|
13 |
}, |
|
14 |
"width": { |
19
|
15 |
"type": "string" |
16
|
16 |
} |
|
17 |
}, |
18
|
18 |
"usesContext": [ "orientation" ], |
16
|
19 |
"supports": { |
|
20 |
"anchor": true |
18
|
21 |
}, |
|
22 |
"editorStyle": "wp-block-spacer-editor", |
|
23 |
"style": "wp-block-spacer" |
16
|
24 |
} |