block.json
27 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "surecart/cart", |
| 5 | "title": "Cart", |
| 6 | "description": "The cart", |
| 7 | "category": "surecart", |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false, |
| 12 | "multiple": false, |
| 13 | "inserter": false |
| 14 | }, |
| 15 | "attributes": { |
| 16 | "title": { |
| 17 | "type": "string", |
| 18 | "default": "Cart" |
| 19 | }, |
| 20 | "width": { |
| 21 | "type": "string", |
| 22 | "default": "500px" |
| 23 | } |
| 24 | }, |
| 25 | "editorStyle": "file:./editor.css" |
| 26 | } |
| 27 |