block.json
20 lines
| 1 | { |
| 2 | "name": "surecart/tax-line-item", |
| 3 | "title": "Tax Line Item", |
| 4 | "description": "Displays the order tax. (if there is tax)", |
| 5 | "category": "surecart", |
| 6 | "ancestor": ["surecart/totals"], |
| 7 | "keywords": ["tax", "checkout", "total", "subtotal"], |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "text": { |
| 15 | "type": "string", |
| 16 | "default": "Estimated Tax" |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 |