{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "surecart/order-confirmation-line-items",
	"title": "Order Confirmation Line Items",
	"description": "Display an order confirmation line items summary section.",
	"category": "surecart",
	"parent": ["surecart/order-confirmation"],
	"keywords": ["thank", "thank you", "confirm"],
  "textdomain": "surecart",
	"supports": {
		"reusable": false,
		"html": false
	},
	"attributes": {
		"title": {
			"type": "string",
			"default": "Summary"
		}
	}
}
