kollapsminoriteten/wp-includes/blocks/group/block.json

82 lines
1.7 KiB
JSON
Raw Normal View History

2020-09-15 14:29:22 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
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",
2022-06-16 14:03:35 +02:00
"description": "Gather blocks in a layout container.",
2021-07-23 11:58:50 +02:00
"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": {
2022-04-02 10:26:41 +02:00
"type": [ "string", "boolean" ],
2022-12-15 17:47:31 +01:00
"enum": [ "all", "insert", "contentOnly", false ]
2020-09-15 14:29:22 +02:00
}
},
"supports": {
2022-12-15 17:47:31 +01:00
"__experimentalOnEnter": true,
"__experimentalSettings": true,
2021-07-23 11:58:50 +02:00
"align": [ "wide", "full" ],
2020-09-15 14:29:22 +02:00
"anchor": true,
2022-12-15 17:47:31 +01:00
"ariaLabel": true,
2020-09-15 14:29:22 +02:00
"html": false,
2020-12-10 14:06:04 +01:00
"color": {
2020-09-15 14:29:22 +02:00
"gradients": true,
2022-06-16 14:03:35 +02:00
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
2020-12-10 14:06:04 +01:00
},
"spacing": {
2022-06-16 14:03:35 +02:00
"margin": [ "top", "bottom" ],
2022-04-02 10:26:41 +02:00
"padding": true,
"blockGap": true,
"__experimentalDefaultControls": {
"padding": true,
"blockGap": true
}
2021-04-27 08:32:47 +02:00
},
2023-04-26 17:39:43 +02:00
"dimensions": {
"minHeight": true
},
2021-04-27 08:32:47 +02:00
"__experimentalBorder": {
2021-07-23 11:58:50 +02:00
"color": true,
"radius": true,
"style": true,
2022-06-16 14:03:35 +02:00
"width": true,
"__experimentalDefaultControls": {
"color": true,
"radius": true,
"style": true,
"width": true
}
},
2023-04-26 17:39:43 +02:00
"position": {
"sticky": true
},
2022-06-16 14:03:35 +02:00
"typography": {
"fontSize": true,
"lineHeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontFamily": true,
2022-06-16 14:03:35 +02:00
"__experimentalFontWeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontStyle": true,
2022-06-16 14:03:35 +02:00
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
2022-06-16 14:03:35 +02:00
"__experimentalDefaultControls": {
"fontSize": true
}
2021-07-23 11:58:50 +02:00
},
2023-04-26 17:39:43 +02:00
"__experimentalLayout": {
"allowSizingOnChildren": 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
}