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