block.json
37 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/total", |
| 4 | "title": "Total", |
| 5 | "description": "Displays the total line item.", |
| 6 | "category": "surecart", |
| 7 | "ancestor": ["surecart/totals"], |
| 8 | "keywords": ["checkout", "engine", "total", "subtotal"], |
| 9 | "textdomain": "surecart", |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "text": { |
| 16 | "type": "string", |
| 17 | "default": "Total" |
| 18 | }, |
| 19 | "due_amount_text": { |
| 20 | "type": "string", |
| 21 | "default": "Amount Due" |
| 22 | }, |
| 23 | "subscription_text": { |
| 24 | "type": "string", |
| 25 | "default": "Total Due Today" |
| 26 | }, |
| 27 | "first_payment_total_text": { |
| 28 | "type": "string", |
| 29 | "default": "Subtotal" |
| 30 | }, |
| 31 | "free_trial_text": { |
| 32 | "type": "string", |
| 33 | "default": "Trial" |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 |