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

Gutenberg, version 22.4.4. 32 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/22.4.4/code/build/scripts/block-library/block/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/22.4.4/raw/build/scripts/block-library/block/block.json
- Modified: 2025-11-05T15:23:32+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/22.4.4/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
		}
	}
}

```
