wp/wp-includes/blocks/column/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/column",
     3 	"name": "core/column",
       
     4 	"title": "Column",
     3 	"category": "text",
     5 	"category": "text",
     4 	"parent": [
     6 	"parent": [ "core/columns" ],
     5 		"core/columns"
     7 	"description": "A single column within a columns block.",
     6 	],
     8 	"textdomain": "default",
     7 	"attributes": {
     9 	"attributes": {
     8 		"verticalAlignment": {
    10 		"verticalAlignment": {
     9 			"type": "string"
    11 			"type": "string"
    10 		},
    12 		},
    11 		"width": {
    13 		"width": {
    12 			"type": "number",
    14 			"type": "string"
    13 			"min": 0,
    15 		},
    14 			"max": 100
    16 		"templateLock": {
       
    17 			"enum": [ "all", "insert", false ]
    15 		}
    18 		}
    16 	},
    19 	},
    17 	"supports": {
    20 	"supports": {
    18 		"anchor": true,
    21 		"anchor": true,
    19 		"reusable": false,
    22 		"reusable": false,
    20 		"html": false,
    23 		"html": false,
    21 		"lightBlockWrapper": true
    24 		"color": {
       
    25 			"gradients": true,
       
    26 			"link": true
       
    27 		},
       
    28 		"spacing": {
       
    29 			"padding": true
       
    30 		}
    22 	}
    31 	}
    23 }
    32 }