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