{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "surecart/order-confirmation",
	"title": "Order Confirmation",
	"description": "Display an order confirmation section.",
	"category": "surecart",
	"keywords": ["thank", "thank you", "confirm"],
	"textdomain": "surecart",
	"supports": {
		"reusable": false,
		"html": false
	},
	"attributes": {
		"title": {
			"type": "string",
			"default": "Order Confirmation"
		},
		"description": {
			"type": "string",
			"default": "Thank you!"
		},
		"button_enabled": {
			"type": "boolean",
			"default": true
		},
		"button_text": {
			"type": "string",
			"default": "Customer Dashboard"
		}
	}
}
