16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/column", |
18
|
4 |
"title": "Column", |
16
|
5 |
"category": "text", |
18
|
6 |
"parent": [ "core/columns" ], |
|
7 |
"description": "A single column within a columns block.", |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"verticalAlignment": { |
|
11 |
"type": "string" |
|
12 |
}, |
|
13 |
"width": { |
18
|
14 |
"type": "string" |
|
15 |
}, |
|
16 |
"templateLock": { |
|
17 |
"enum": [ "all", "insert", false ] |
16
|
18 |
} |
|
19 |
}, |
|
20 |
"supports": { |
|
21 |
"anchor": true, |
|
22 |
"reusable": false, |
|
23 |
"html": false, |
18
|
24 |
"color": { |
|
25 |
"gradients": true, |
|
26 |
"link": true |
|
27 |
}, |
|
28 |
"spacing": { |
|
29 |
"padding": true |
|
30 |
} |
16
|
31 |
} |
|
32 |
} |