| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "extendify/library", |
| 5 |
"title": "Pattern Library", |
| 6 |
"description": "Add block patterns and full page layouts with the Extendify Library.", |
| 7 |
"keywords": ["template", "layouts"], |
| 8 |
"textdomain": "extendify", |
| 9 |
"attributes": { |
| 10 |
"preview": { |
| 11 |
"type": "string" |
| 12 |
}, |
| 13 |
"search": { |
| 14 |
"type": "string" |
| 15 |
} |
| 16 |
} |
| 17 |
} |
| 18 |
|