wp/wp-includes/blocks/columns/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/columns",
     3 	"name": "core/columns",
       
     4 	"title": "Columns",
     3 	"category": "design",
     5 	"category": "design",
       
     6 	"description": "Add a block that displays content in multiple columns, then add whatever content blocks you’d like.",
       
     7 	"textdomain": "default",
     4 	"attributes": {
     8 	"attributes": {
     5 		"verticalAlignment": {
     9 		"verticalAlignment": {
     6 			"type": "string"
    10 			"type": "string"
     7 		}
    11 		}
     8 	},
    12 	},
     9 	"supports": {
    13 	"supports": {
    10 		"anchor": true,
    14 		"anchor": true,
    11 		"align": [
    15 		"align": [ "wide", "full" ],
    12 			"wide",
       
    13 			"full"
       
    14 		],
       
    15 		"html": false,
    16 		"html": false,
    16 		"lightBlockWrapper": true,
    17 		"color": {
    17 		"__experimentalColor": {
       
    18 			"gradients": true,
    18 			"gradients": true,
    19 			"linkColor": true
    19 			"link": true
    20 		}
    20 		}
    21 	}
    21 	},
       
    22 	"editorStyle": "wp-block-columns-editor",
       
    23 	"style": "wp-block-columns"
    22 }
    24 }