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