block.json
25 lines
| 1 | { |
| 2 | "name": "surecart/line-items", |
| 3 | "title": "Line Items", |
| 4 | "description": "Displays checkout line items.", |
| 5 | "category": "surecart", |
| 6 | "keywords": ["total", "line-items"], |
| 7 | "textdomain": "surecart", |
| 8 | "ancestor": ["surecart/totals"], |
| 9 | "supports": { |
| 10 | "reusable": false, |
| 11 | "html": false, |
| 12 | "order-summary": true |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "removable": { |
| 16 | "type": "boolean", |
| 17 | "default": true |
| 18 | }, |
| 19 | "editable": { |
| 20 | "type": "boolean", |
| 21 | "default": true |
| 22 | } |
| 23 | } |
| 24 | } |
| 25 |