block.json
25 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "surecart/order-bumps", |
| 5 | "title": "Order Bumps", |
| 6 | "description": "Display your order bumps.", |
| 7 | "category": "surecart", |
| 8 | "keywords": ["customer", "thank you", "confirm"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false, |
| 12 | "className": true |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "label": { |
| 16 | "type": "string", |
| 17 | "default": "Recommended" |
| 18 | }, |
| 19 | "show_control": { |
| 20 | "type": "boolean", |
| 21 | "default": true |
| 22 | } |
| 23 | } |
| 24 | } |
| 25 |