{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "orderable/customer-name",
	"version": "1.0.0",
	"title": "Orderable - Customer Name",
	"category": "orderable",
	"description": "Shows the customer name.",
	"attributes": {
		"showLabel": {
			"type": "boolean",
			"default": true
		},
		"label": {
			"type": "string",
			"default": "Customer name: "
		}
	},
	"textdomain": "orderable",
	"editorScript": "file:./index.js",
	"render": "file:./render.php",
	"editorStyle": "file:./index.css"
}
