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