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

Gutenberg, version 23.7.2. 36 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.7.2/code/build/scripts/block-library/missing/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/23.7.2/raw/build/scripts/block-library/missing/block.json
- Modified: 2026-02-04T14:57:28+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/missing/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "core/missing",
	"title": "Unsupported",
	"category": "text",
	"description": "Your site doesn’t include support for this block.",
	"textdomain": "default",
	"attributes": {
		"originalName": {
			"type": "string"
		},
		"originalUndelimitedContent": {
			"type": "string"
		},
		"originalContent": {
			"type": "string",
			"source": "raw"
		}
	},
	"supports": {
		"className": false,
		"customClassName": false,
		"inserter": false,
		"html": false,
		"lock": false,
		"reusable": false,
		"renaming": false,
		"visibility": false,
		"interactivity": {
			"clientNavigation": true
		},
		"customCSS": false
	}
}

```
