2020-07-01 12:29:03 +00:00
|
|
|
{
|
2020-10-20 13:36:16 +00:00
|
|
|
"apiVersion": 2,
|
2020-07-01 12:29:03 +00:00
|
|
|
"name": "core/group",
|
2021-05-19 15:09:27 +00:00
|
|
|
"title": "Group",
|
2020-07-01 12:29:03 +00:00
|
|
|
"category": "design",
|
2021-05-19 15:09:27 +00:00
|
|
|
"description": "Combine blocks into a group.",
|
|
|
|
"keywords": [ "container", "wrapper", "row", "section" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 12:29:03 +00:00
|
|
|
"attributes": {
|
|
|
|
"tagName": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "div"
|
2020-10-20 13:36:16 +00:00
|
|
|
},
|
|
|
|
"templateLock": {
|
2021-05-19 15:09:27 +00:00
|
|
|
"enum": [ "all", "insert", false ]
|
2020-07-01 12:29:03 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2021-04-15 15:19:43 +00:00
|
|
|
"align": [ "wide", "full" ],
|
2020-07-01 12:29:03 +00:00
|
|
|
"anchor": true,
|
|
|
|
"html": false,
|
2020-10-20 13:36:16 +00:00
|
|
|
"color": {
|
2020-07-01 12:29:03 +00:00
|
|
|
"gradients": true,
|
2020-10-20 13:36:16 +00:00
|
|
|
"link": true
|
2020-10-13 13:10:30 +00:00
|
|
|
},
|
2020-10-20 13:36:16 +00:00
|
|
|
"spacing": {
|
|
|
|
"padding": true
|
2021-01-28 02:04:13 +00:00
|
|
|
},
|
|
|
|
"__experimentalBorder": {
|
2021-04-15 15:19:43 +00:00
|
|
|
"color": true,
|
|
|
|
"radius": true,
|
|
|
|
"style": true,
|
|
|
|
"width": true
|
|
|
|
},
|
|
|
|
"__experimentalLayout": true
|
2021-01-28 02:04:13 +00:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-group-editor",
|
|
|
|
"style": "wp-block-group"
|
2020-07-01 12:29:03 +00:00
|
|
|
}
|