block.json in Gutenberg 23.2.0, at build/scripts/block-library/pattern/block.json
| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "core/pattern", |
| 5 |
"title": "Pattern Placeholder", |
| 6 |
"category": "theme", |
| 7 |
"description": "Show a block pattern.", |
| 8 |
"supports": { |
| 9 |
"html": false, |
| 10 |
"inserter": false, |
| 11 |
"renaming": false, |
| 12 |
"visibility": false, |
| 13 |
"interactivity": { |
| 14 |
"clientNavigation": true |
| 15 |
} |
| 16 |
}, |
| 17 |
"textdomain": "default", |
| 18 |
"attributes": { |
| 19 |
"slug": { |
| 20 |
"type": "string" |
| 21 |
} |
| 22 |
} |
| 23 |
} |
| 24 |
|