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