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