# gutenberg/23.5.2/build/scripts/block-library/block/block.json

Gutenberg, version 23.5.2. 33 lines.

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

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "core/block",
	"title": "Pattern",
	"category": "reusable",
	"description": "Reuse this design across your site.",
	"keywords": [ "reusable" ],
	"textdomain": "default",
	"attributes": {
		"ref": {
			"type": "number"
		},
		"content": {
			"type": "object",
			"default": {}
		}
	},
	"providesContext": {
		"pattern/overrides": "content"
	},
	"supports": {
		"customClassName": false,
		"html": false,
		"inserter": false,
		"renaming": false,
		"interactivity": {
			"clientNavigation": true
		},
		"customCSS": false
	}
}

```
