16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/group", |
18
|
4 |
"title": "Group", |
16
|
5 |
"category": "design", |
18
|
6 |
"description": "Combine blocks into a group.", |
|
7 |
"keywords": [ "container", "wrapper", "row", "section" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"tagName": { |
|
11 |
"type": "string", |
|
12 |
"default": "div" |
18
|
13 |
}, |
|
14 |
"templateLock": { |
|
15 |
"enum": [ "all", "insert", false ] |
16
|
16 |
} |
|
17 |
}, |
|
18 |
"supports": { |
18
|
19 |
"align": [ "wide", "full" ], |
16
|
20 |
"anchor": true, |
|
21 |
"html": false, |
18
|
22 |
"color": { |
16
|
23 |
"gradients": true, |
18
|
24 |
"link": true |
|
25 |
}, |
|
26 |
"spacing": { |
|
27 |
"padding": true |
|
28 |
}, |
|
29 |
"__experimentalBorder": { |
|
30 |
"color": true, |
|
31 |
"radius": true, |
|
32 |
"style": true, |
|
33 |
"width": true |
|
34 |
}, |
|
35 |
"__experimentalLayout": true |
|
36 |
}, |
|
37 |
"editorStyle": "wp-block-group-editor", |
|
38 |
"style": "wp-block-group" |
16
|
39 |
} |