2020-07-01 14:29:03 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
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",
|
2022-04-12 17:12:47 +02:00
|
|
|
"description": "Gather blocks in a layout container.",
|
2021-05-19 17:09:27 +02:00
|
|
|
"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,
|
2022-04-12 17:12:47 +02:00
|
|
|
"link": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"text": true
|
|
|
|
}
|
2020-10-13 15:10:30 +02:00
|
|
|
},
|
2020-10-20 15:36:16 +02:00
|
|
|
"spacing": {
|
2022-04-12 17:12:47 +02:00
|
|
|
"margin": [ "top", "bottom" ],
|
2021-11-08 15:29:21 +01:00
|
|
|
"padding": true,
|
2021-12-21 08:02:34 +01:00
|
|
|
"blockGap": true,
|
2021-11-08 15:29:21 +01:00
|
|
|
"__experimentalDefaultControls": {
|
2021-12-21 08:02:34 +01:00
|
|
|
"padding": true,
|
|
|
|
"blockGap": true
|
2021-11-08 15:29:21 +01:00
|
|
|
}
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"__experimentalBorder": {
|
2021-04-15 17:19:43 +02:00
|
|
|
"color": true,
|
|
|
|
"radius": true,
|
|
|
|
"style": true,
|
2022-04-12 17:12:47 +02:00
|
|
|
"width": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"color": true,
|
|
|
|
"radius": true,
|
|
|
|
"style": true,
|
|
|
|
"width": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
2021-04-15 17:19:43 +02:00
|
|
|
},
|
|
|
|
"__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
|
|
|
}
|