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

Gutenberg, version 12.7.1. 63 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/12.7.1/code/build/block-library/blocks/heading/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/12.7.1/raw/build/block-library/blocks/heading/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/heading/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "core/heading",
	"title": "Heading",
	"category": "text",
	"description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
	"keywords": [ "title", "subtitle" ],
	"textdomain": "default",
	"attributes": {
		"textAlign": {
			"type": "string"
		},
		"content": {
			"type": "string",
			"source": "html",
			"selector": "h1,h2,h3,h4,h5,h6",
			"default": "",
			"__experimentalRole": "content"
		},
		"level": {
			"type": "number",
			"default": 2
		},
		"placeholder": {
			"type": "string"
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"anchor": true,
		"className": false,
		"color": {
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true
			}
		},
		"spacing": {
			"margin": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontStyle": true,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": true,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": {
				"fontSize": true,
				"fontAppearance": true,
				"textTransform": true
			}
		},
		"__experimentalSelector": "h1,h2,h3,h4,h5,h6",
		"__unstablePasteTextInline": true,
		"__experimentalSlashInserter": true
	},
	"editorStyle": "wp-block-heading-editor",
	"style": "wp-block-heading"
}

```
