block.json
31 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 3, |
| 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 | "ancestor": ["surecart/form"], |
| 10 | "textdomain": "surecart", |
| 11 | "supports": { |
| 12 | "reusable": false, |
| 13 | "html": false, |
| 14 | "className": true |
| 15 | }, |
| 16 | "attributes": { |
| 17 | "label": { |
| 18 | "type": "string", |
| 19 | "default": "Recommended" |
| 20 | }, |
| 21 | "show_control": { |
| 22 | "type": "boolean", |
| 23 | "default": true |
| 24 | }, |
| 25 | "hide_added_items": { |
| 26 | "type": "boolean", |
| 27 | "default": false |
| 28 | } |
| 29 | } |
| 30 | } |
| 31 |