block.json
21 lines
| 1 | { |
| 2 | "name": "surecart/line-item-shipping", |
| 3 | "title": "Shipping Line Item", |
| 4 | "apiVersion": 3, |
| 5 | "description": "Display the shipping amount", |
| 6 | "category": "surecart", |
| 7 | "ancestor": ["surecart/totals"], |
| 8 | "keywords": ["shipping", "checkout", "total", "subtotal"], |
| 9 | "textdomain": "surecart", |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "label": { |
| 16 | "type": "string", |
| 17 | "default": "Shipping" |
| 18 | } |
| 19 | } |
| 20 | } |
| 21 |