block.json
35 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/totals", |
| 4 | "title": "Totals", |
| 5 | "description": "Display the session totals.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["totals", "summary"], |
| 8 | "textdomain": "surecart", |
| 9 | "ancestor": ["surecart/form"], |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false |
| 13 | }, |
| 14 | "attributes": { |
| 15 | "collapsible": { |
| 16 | "type": "boolean" |
| 17 | }, |
| 18 | "collapsedOnDesktop": { |
| 19 | "type": "boolean" |
| 20 | }, |
| 21 | "order_summary_text": { |
| 22 | "type": "string", |
| 23 | "default": "Summary" |
| 24 | }, |
| 25 | "invoice_summary_text": { |
| 26 | "type": "string", |
| 27 | "default": "Invoice Summary" |
| 28 | }, |
| 29 | "collapsedOnMobile": { |
| 30 | "type": "boolean", |
| 31 | "default": false |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 |