{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "orderable/order-totals",
	"version": "1.0.0",
	"title": "Orderable - Order Totals",
	"category": "orderable",
	"description": "Shows the order totals.",
	"attributes": {
		"showLabel": {
			"type": "boolean",
			"default": false
		},
		"label": {
			"type": "string",
			"default": "Totals:"
		},
		"subtotalLabel": {
			"type": "string",
			"default": ""
		},
		"discountLabel": {
			"type": "string",
			"default": ""
		},
		"totalLabel": {
			"type": "string",
			"default": ""
		},
		"style": {
			"type": "object",
			"default": {
				"color": {
					"background": "#f5f5f5"
				},
				"spacing": {
					"padding": "7.6pt"
				}
			}
		}
	},
	"textdomain": "orderable",
	"editorScript": "file:./index.js",
	"render": "file:./render.php",
	"editorStyle": "file:./index.css"
}
