# gutenberg/23.7.2/build/scripts/block-library/html/block.json

Gutenberg, version 23.7.2. 29 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.7.2/code/build/scripts/block-library/html/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/23.7.2/raw/build/scripts/block-library/html/block.json
- Modified: 2026-07-22T11:19:40+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/23.7.2/code/build/scripts/block-library/html/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "core/html",
	"title": "Custom HTML",
	"category": "widgets",
	"description": "Add custom HTML code and preview it as you edit.",
	"keywords": [ "embed" ],
	"textdomain": "default",
	"attributes": {
		"content": {
			"type": "string",
			"role": "local"
		}
	},
	"supports": {
		"customClassName": false,
		"className": false,
		"html": false,
		"interactivity": {
			"clientNavigation": true
		},
		"listView": true,
		"customCSS": false,
		"visibility": false
	},
	"editorStyle": "wp-block-html-editor"
}

```
