2020-09-15 14:29:22 +02:00
|
|
|
{
|
2020-12-10 14:06:04 +01:00
|
|
|
"apiVersion": 2,
|
2020-09-15 14:29:22 +02:00
|
|
|
"name": "core/group",
|
2021-07-23 11:58:50 +02:00
|
|
|
"title": "Group",
|
2020-09-15 14:29:22 +02:00
|
|
|
"category": "design",
|
2021-07-23 11:58:50 +02:00
|
|
|
"description": "Combine blocks into a group.",
|
|
|
|
|
"keywords": [ "container", "wrapper", "row", "section" ],
|
|
|
|
|
"textdomain": "default",
|
2020-09-15 14:29:22 +02:00
|
|
|
"attributes": {
|
|
|
|
|
"tagName": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"default": "div"
|
2020-12-10 14:06:04 +01:00
|
|
|
},
|
|
|
|
|
"templateLock": {
|
2021-07-23 11:58:50 +02:00
|
|
|
"enum": [ "all", "insert", false ]
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
2021-07-23 11:58:50 +02:00
|
|
|
"align": [ "wide", "full" ],
|
2020-09-15 14:29:22 +02:00
|
|
|
"anchor": true,
|
|
|
|
|
"html": false,
|
2020-12-10 14:06:04 +01:00
|
|
|
"color": {
|
2020-09-15 14:29:22 +02:00
|
|
|
"gradients": true,
|
2020-12-10 14:06:04 +01:00
|
|
|
"link": true
|
|
|
|
|
},
|
|
|
|
|
"spacing": {
|
|
|
|
|
"padding": true
|
2021-04-27 08:32:47 +02:00
|
|
|
},
|
|
|
|
|
"__experimentalBorder": {
|
2021-07-23 11:58:50 +02:00
|
|
|
"color": true,
|
|
|
|
|
"radius": true,
|
|
|
|
|
"style": true,
|
|
|
|
|
"width": true
|
|
|
|
|
},
|
|
|
|
|
"__experimentalLayout": true
|
2021-04-27 08:32:47 +02:00
|
|
|
},
|
|
|
|
|
"editorStyle": "wp-block-group-editor",
|
|
|
|
|
"style": "wp-block-group"
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|