File "block.json"

Full Path: /home/gfpel/public_html/wp-includes/blocks/column/block.json
File size: 321 bytes
MIME-type: application/json
Charset: utf-8

{
	"name": "core/column",
	"category": "text",
	"parent": [
		"core/columns"
	],
	"attributes": {
		"verticalAlignment": {
			"type": "string"
		},
		"width": {
			"type": "number",
			"min": 0,
			"max": 100
		}
	},
	"supports": {
		"anchor": true,
		"reusable": false,
		"html": false,
		"lightBlockWrapper": true
	}
}