block.json
21 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 | } |
| 20 | } |
| 21 |