| 1 |
{ |
| 2 |
"$schema": "https://json.schemastore.org/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "surecart/order-confirmation-line-items", |
| 5 |
"title": "Order Confirmation Line Items", |
| 6 |
"description": "Display an order confirmation line items summary section.", |
| 7 |
"category": "surecart", |
| 8 |
"parent": ["surecart/order-confirmation"], |
| 9 |
"keywords": ["thank", "thank you", "confirm"], |
| 10 |
"textdomain": "surecart", |
| 11 |
"supports": { |
| 12 |
"reusable": false, |
| 13 |
"html": false |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"title": { |
| 17 |
"type": "string", |
| 18 |
"default": "Summary" |
| 19 |
} |
| 20 |
} |
| 21 |
} |
| 22 |
|