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

Gutenberg, version 23.7.2. 24 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.7.2/code/build/scripts/block-library/pattern/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/23.7.2/raw/build/scripts/block-library/pattern/block.json
- Modified: 2025-12-03T16:13:08+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/pattern/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "core/pattern",
	"title": "Pattern Placeholder",
	"category": "theme",
	"description": "Show a block pattern.",
	"supports": {
		"html": false,
		"inserter": false,
		"renaming": false,
		"visibility": false,
		"interactivity": {
			"clientNavigation": true
		}
	},
	"textdomain": "default",
	"attributes": {
		"slug": {
			"type": "string"
		}
	}
}

```
