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