{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/grid-column",
	"parent": ["ghostkit/grid"],
	"category": "ghostkit",
	"title": "Column",
	"description": "A single column within a grid block.",
	"supports": {
		"awb": true,
		"ghostkit": {
			"styles": {
				"customSelector": ".ghostkit-grid &"
			}
		},
		"html": false,
		"className": false,
		"anchor": true,
		"reusable": false,
		"spacing": {
			"blockGap": true,
			"__experimentalDefaultControls": {
				"blockGap": true
			}
		},
		"__experimentalLayout": true,
		"layout": true
	},
	"attributes": {
		"sm_size": {
			"type": "string",
			"default": ""
		},
		"sm_order": {
			"type": "string",
			"default": ""
		},
		"sm_verticalAlign": {
			"type": "string",
			"default": ""
		},
		"md_size": {
			"type": "string",
			"default": ""
		},
		"md_order": {
			"type": "string",
			"default": ""
		},
		"md_verticalAlign": {
			"type": "string",
			"default": ""
		},
		"lg_size": {
			"type": "string",
			"default": ""
		},
		"lg_order": {
			"type": "string",
			"default": ""
		},
		"lg_verticalAlign": {
			"type": "string",
			"default": ""
		},
		"xl_size": {
			"type": "string",
			"default": ""
		},
		"xl_order": {
			"type": "string",
			"default": ""
		},
		"xl_verticalAlign": {
			"type": "string",
			"default": ""
		},
		"size": {
			"type": "string",
			"default": "auto"
		},
		"order": {
			"type": "string",
			"default": ""
		},
		"verticalAlign": {
			"type": "string",
			"default": ""
		},
		"stickyContent": {
			"type": "string",
			"default": ""
		},
		"stickyContentOffset": {
			"type": "number",
			"default": 0
		}
	},
	"style": ["ghostkit"],
	"viewScript": ["ghostkit"]
}
