wp/wp-includes/blocks/column/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/column",
     4 	"name": "core/column",
     4 	"title": "Column",
     5 	"title": "Column",
     5 	"category": "text",
     6 	"category": "text",
     6 	"parent": [ "core/columns" ],
     7 	"parent": [ "core/columns" ],
    11 			"type": "string"
    12 			"type": "string"
    12 		},
    13 		},
    13 		"width": {
    14 		"width": {
    14 			"type": "string"
    15 			"type": "string"
    15 		},
    16 		},
       
    17 		"allowedBlocks": {
       
    18 			"type": "array"
       
    19 		},
    16 		"templateLock": {
    20 		"templateLock": {
       
    21 			"type": [ "string", "boolean" ],
    17 			"enum": [ "all", "insert", false ]
    22 			"enum": [ "all", "insert", false ]
    18 		}
    23 		}
    19 	},
    24 	},
    20 	"supports": {
    25 	"supports": {
    21 		"anchor": true,
    26 		"anchor": true,
    22 		"reusable": false,
    27 		"reusable": false,
    23 		"html": false,
    28 		"html": false,
    24 		"color": {
    29 		"color": {
    25 			"gradients": true,
    30 			"gradients": true,
    26 			"link": true
    31 			"link": true,
       
    32 			"__experimentalDefaultControls": {
       
    33 				"background": true,
       
    34 				"text": true
       
    35 			}
    27 		},
    36 		},
    28 		"spacing": {
    37 		"spacing": {
    29 			"padding": true
    38 			"blockGap": true,
    30 		}
    39 			"padding": true,
       
    40 			"__experimentalDefaultControls": {
       
    41 				"padding": true
       
    42 			}
       
    43 		},
       
    44 		"__experimentalLayout": true
    31 	}
    45 	}
    32 }
    46 }