wp/wp-includes/blocks/group/block.json
changeset 16 a86126ab1dd4
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 {
       
     2 	"name": "core/group",
       
     3 	"category": "design",
       
     4 	"attributes": {
       
     5 		"tagName": {
       
     6 			"type": "string",
       
     7 			"default": "div"
       
     8 		}
       
     9 	},
       
    10 	"supports": {
       
    11 		"align": [
       
    12 			"wide",
       
    13 			"full"
       
    14 		],
       
    15 		"anchor": true,
       
    16 		"html": false,
       
    17 		"lightBlockWrapper": true,
       
    18 		"__experimentalColor": {
       
    19 			"gradients": true,
       
    20 			"linkColor": true
       
    21 		}
       
    22 	}
       
    23 }