wp/wp-includes/blocks/text-columns/block.json
changeset 16 a86126ab1dd4
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 {
       
     2 	"name": "core/text-columns",
       
     3 	"icon": "columns",
       
     4 	"category": "design",
       
     5 	"attributes": {
       
     6 		"content": {
       
     7 			"type": "array",
       
     8 			"source": "query",
       
     9 			"selector": "p",
       
    10 			"query": {
       
    11 				"children": {
       
    12 					"type": "string",
       
    13 					"source": "html"
       
    14 				}
       
    15 			},
       
    16 			"default": [
       
    17 				{},
       
    18 				{}
       
    19 			]
       
    20 		},
       
    21 		"columns": {
       
    22 			"type": "number",
       
    23 			"default": 2
       
    24 		},
       
    25 		"width": {
       
    26 			"type": "string"
       
    27 		}
       
    28 	},
       
    29 	"supports": {
       
    30 		"inserter": false
       
    31 	}
       
    32 }