block.json
24 lines
| 1 | { |
| 2 | "name": "surecart/total", |
| 3 | "title": "Total", |
| 4 | "description": "Displays the total line item.", |
| 5 | "category": "surecart", |
| 6 | "ancestor": ["surecart/totals"], |
| 7 | "keywords": ["checkout", "engine", "total", "subtotal"], |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "text": { |
| 15 | "type": "string", |
| 16 | "default": "Total" |
| 17 | }, |
| 18 | "subscription_text": { |
| 19 | "type": "string", |
| 20 | "default": "Total Due Today" |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 |