wp/wp-includes/blocks/group/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/group",
     4 	"name": "core/group",
     4 	"title": "Group",
     5 	"title": "Group",
     5 	"category": "design",
     6 	"category": "design",
     6 	"description": "Combine blocks into a group.",
     7 	"description": "Gather blocks in a layout container.",
     7 	"keywords": [ "container", "wrapper", "row", "section" ],
     8 	"keywords": [ "container", "wrapper", "row", "section" ],
     8 	"textdomain": "default",
     9 	"textdomain": "default",
     9 	"attributes": {
    10 	"attributes": {
    10 		"tagName": {
    11 		"tagName": {
    11 			"type": "string",
    12 			"type": "string",
    12 			"default": "div"
    13 			"default": "div"
    13 		},
    14 		},
    14 		"templateLock": {
    15 		"templateLock": {
       
    16 			"type": [ "string", "boolean" ],
    15 			"enum": [ "all", "insert", false ]
    17 			"enum": [ "all", "insert", false ]
    16 		}
    18 		}
    17 	},
    19 	},
    18 	"supports": {
    20 	"supports": {
    19 		"align": [ "wide", "full" ],
    21 		"align": [ "wide", "full" ],
    20 		"anchor": true,
    22 		"anchor": true,
    21 		"html": false,
    23 		"html": false,
    22 		"color": {
    24 		"color": {
    23 			"gradients": true,
    25 			"gradients": true,
    24 			"link": true
    26 			"link": true,
       
    27 			"__experimentalDefaultControls": {
       
    28 				"background": true,
       
    29 				"text": true
       
    30 			}
    25 		},
    31 		},
    26 		"spacing": {
    32 		"spacing": {
    27 			"padding": true
    33 			"margin": [ "top", "bottom" ],
       
    34 			"padding": true,
       
    35 			"blockGap": true,
       
    36 			"__experimentalDefaultControls": {
       
    37 				"padding": true,
       
    38 				"blockGap": true
       
    39 			}
    28 		},
    40 		},
    29 		"__experimentalBorder": {
    41 		"__experimentalBorder": {
    30 			"color": true,
    42 			"color": true,
    31 			"radius": true,
    43 			"radius": true,
    32 			"style": true,
    44 			"style": true,
    33 			"width": true
    45 			"width": true,
       
    46 			"__experimentalDefaultControls": {
       
    47 				"color": true,
       
    48 				"radius": true,
       
    49 				"style": true,
       
    50 				"width": true
       
    51 			}
       
    52 		},
       
    53 		"typography": {
       
    54 			"fontSize": true,
       
    55 			"lineHeight": true,
       
    56 			"__experimentalFontStyle": true,
       
    57 			"__experimentalFontWeight": true,
       
    58 			"__experimentalLetterSpacing": true,
       
    59 			"__experimentalTextTransform": true,
       
    60 			"__experimentalDefaultControls": {
       
    61 				"fontSize": true
       
    62 			}
    34 		},
    63 		},
    35 		"__experimentalLayout": true
    64 		"__experimentalLayout": true
    36 	},
    65 	},
    37 	"editorStyle": "wp-block-group-editor",
    66 	"editorStyle": "wp-block-group-editor",
    38 	"style": "wp-block-group"
    67 	"style": "wp-block-group"