block.json
24 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "surecart/card", |
| 5 | "title": "Card", |
| 6 | "description": "Display an card block.", |
| 7 | "category": "surecart", |
| 8 | "ancestor": ["surecart/form"], |
| 9 | "keywords": ["card", "details", "confirm"], |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "title": { |
| 16 | "type": "string", |
| 17 | "default": "" |
| 18 | }, |
| 19 | "borderless": { |
| 20 | "type": "boolean" |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 |