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