--- a/wp/wp-includes/blocks/group/block.json Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/blocks/group/block.json Tue Sep 27 16:37:53 2022 +0200
@@ -1,9 +1,10 @@
{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/group",
"title": "Group",
"category": "design",
- "description": "Combine blocks into a group.",
+ "description": "Gather blocks in a layout container.",
"keywords": [ "container", "wrapper", "row", "section" ],
"textdomain": "default",
"attributes": {
@@ -12,6 +13,7 @@
"default": "div"
},
"templateLock": {
+ "type": [ "string", "boolean" ],
"enum": [ "all", "insert", false ]
}
},
@@ -21,16 +23,43 @@
"html": false,
"color": {
"gradients": true,
- "link": true
+ "link": true,
+ "__experimentalDefaultControls": {
+ "background": true,
+ "text": true
+ }
},
"spacing": {
- "padding": true
+ "margin": [ "top", "bottom" ],
+ "padding": true,
+ "blockGap": true,
+ "__experimentalDefaultControls": {
+ "padding": true,
+ "blockGap": true
+ }
},
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
- "width": true
+ "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
+ }
},
"__experimentalLayout": true
},