# gutenberg/12.7.1/build/block-library/blocks/column/block.json

Gutenberg, version 12.7.1. 45 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/12.7.1/code/build/block-library/blocks/column/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/12.7.1/raw/build/block-library/blocks/column/block.json
- Modified: 2022-02-16T23:10:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/12.7.1/code/build/block-library/blocks/column/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "core/column",
	"title": "Column",
	"category": "text",
	"parent": [ "core/columns" ],
	"description": "A single column within a columns block.",
	"textdomain": "default",
	"attributes": {
		"verticalAlignment": {
			"type": "string"
		},
		"width": {
			"type": "string"
		},
		"allowedBlocks": {
			"type": "array"
		},
		"templateLock": {
			"type": [ "string", "boolean" ],
			"enum": [ "all", "insert", false ]
		}
	},
	"supports": {
		"anchor": true,
		"reusable": false,
		"html": false,
		"color": {
			"gradients": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true
			}
		},
		"spacing": {
			"padding": true,
			"__experimentalDefaultControls": {
				"padding": true
			}
		}
	}
}

```
