block.json
28 lines
| 1 | { |
| 2 | "name": "surecart/shipping-choices", |
| 3 | "title": "Shipping Choices", |
| 4 | "description": "Display the list of shipping choices", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["shipping", "checkout"], |
| 7 | "textdomain": "surecart", |
| 8 | "ancestor": ["surecart/form"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "label": { |
| 15 | "type": "string", |
| 16 | "default": "Shipping" |
| 17 | }, |
| 18 | "showControl": { |
| 19 | "type": "boolean", |
| 20 | "default": true |
| 21 | }, |
| 22 | "showDescription": { |
| 23 | "type": "boolean", |
| 24 | "default": true |
| 25 | } |
| 26 | } |
| 27 | } |
| 28 |