{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "woocommerce/product-pricing",
	"description": "A product price block with currency display.",
	"title": "Product pricing",
	"category": "widgets",
	"keywords": [ "products", "price" ],
	"textdomain": "default",
	"attributes": {
		"name": {
			"type": "string",
			"__experimentalRole": "content"
		},
		"label": {
			"type": "string"
		},
		"showPricingSection": {
			"type": "boolean"
		}
	},
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false
	},
	"editorStyle": "file:./editor.css"
}
