wp/wp-includes/blocks/group/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/group",
     3 	"name": "core/group",
       
     4 	"title": "Group",
     3 	"category": "design",
     5 	"category": "design",
       
     6 	"description": "Combine blocks into a group.",
       
     7 	"keywords": [ "container", "wrapper", "row", "section" ],
       
     8 	"textdomain": "default",
     4 	"attributes": {
     9 	"attributes": {
     5 		"tagName": {
    10 		"tagName": {
     6 			"type": "string",
    11 			"type": "string",
     7 			"default": "div"
    12 			"default": "div"
       
    13 		},
       
    14 		"templateLock": {
       
    15 			"enum": [ "all", "insert", false ]
     8 		}
    16 		}
     9 	},
    17 	},
    10 	"supports": {
    18 	"supports": {
    11 		"align": [
    19 		"align": [ "wide", "full" ],
    12 			"wide",
       
    13 			"full"
       
    14 		],
       
    15 		"anchor": true,
    20 		"anchor": true,
    16 		"html": false,
    21 		"html": false,
    17 		"lightBlockWrapper": true,
    22 		"color": {
    18 		"__experimentalColor": {
       
    19 			"gradients": true,
    23 			"gradients": true,
    20 			"linkColor": true
    24 			"link": true
    21 		}
    25 		},
    22 	}
    26 		"spacing": {
       
    27 			"padding": true
       
    28 		},
       
    29 		"__experimentalBorder": {
       
    30 			"color": true,
       
    31 			"radius": true,
       
    32 			"style": true,
       
    33 			"width": true
       
    34 		},
       
    35 		"__experimentalLayout": true
       
    36 	},
       
    37 	"editorStyle": "wp-block-group-editor",
       
    38 	"style": "wp-block-group"
    23 }
    39 }