block.json
29 lines
| 1 | { |
| 2 | "name": "surecart/subtotal", |
| 3 | "title": "Subtotal Line Item", |
| 4 | "description": "Display a subtotal line item.", |
| 5 | "category": "surecart", |
| 6 | "ancestor": ["surecart/totals"], |
| 7 | "keywords": ["submit", "button"], |
| 8 | "textdomain": "surecart", |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false, |
| 12 | "order-summary": true |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "text": { |
| 16 | "type": "string", |
| 17 | "default": "Subtotal" |
| 18 | }, |
| 19 | "total_payments_text": { |
| 20 | "type": "string", |
| 21 | "default": "Total Installment Payments" |
| 22 | }, |
| 23 | "first_payment_subtotal_text": { |
| 24 | "type": "string", |
| 25 | "default": "Initial Payment" |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 |