| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockspare/blockspare-layouts", |
| 5 |
"title": "Design Library", |
| 6 |
"category": "blockspare", |
| 7 |
"description": "Add a pre-defined section or layout to posts and pages.", |
| 8 |
"attributes": { |
| 9 |
"modalOpen": { |
| 10 |
"type": "boolean", |
| 11 |
"default": false |
| 12 |
} |
| 13 |
}, |
| 14 |
"editorScript": "file:./index.js", |
| 15 |
"editorStyle": "file:./index.css", |
| 16 |
"style": "file:./style-index.css" |
| 17 |
} |