{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "quick-shop/product",
	"version": "3.0.0",
	"title": "Quick Shop Product",
	"category": "widgets",
	"icon": "cart",
	"description": "Display a Quick Shop add-to-cart form for a product.",
	"attributes": {
		"product": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false
	},
	"textdomain": "quick-shop",
	"editorScript": "qs-block-editor"
}
