equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "apiVersion": 2, |
2 "name": "core/columns", |
3 "name": "core/columns", |
|
4 "title": "Columns", |
3 "category": "design", |
5 "category": "design", |
|
6 "description": "Add a block that displays content in multiple columns, then add whatever content blocks you’d like.", |
|
7 "textdomain": "default", |
4 "attributes": { |
8 "attributes": { |
5 "verticalAlignment": { |
9 "verticalAlignment": { |
6 "type": "string" |
10 "type": "string" |
7 } |
11 } |
8 }, |
12 }, |
9 "supports": { |
13 "supports": { |
10 "anchor": true, |
14 "anchor": true, |
11 "align": [ |
15 "align": [ "wide", "full" ], |
12 "wide", |
|
13 "full" |
|
14 ], |
|
15 "html": false, |
16 "html": false, |
16 "lightBlockWrapper": true, |
17 "color": { |
17 "__experimentalColor": { |
|
18 "gradients": true, |
18 "gradients": true, |
19 "linkColor": true |
19 "link": true |
20 } |
20 } |
21 } |
21 }, |
|
22 "editorStyle": "wp-block-columns-editor", |
|
23 "style": "wp-block-columns" |
22 } |
24 } |