# gutenberg/13.5.1/build/block-library/blocks/pattern/block.json

Gutenberg, version 13.5.1. 19 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/13.5.1/code/build/block-library/blocks/pattern/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/13.5.1/raw/build/block-library/blocks/pattern/block.json
- Modified: 2021-12-08T13:37:34+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/13.5.1/code/build/block-library/blocks/pattern/block.json#L10-L20`.

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

```
