{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aieo/product-request",
	"title": "Product Request",
	"category": "woocommerce",
	"icon": "email-alt",
	"description": "An ask-for-a-quote card. Place it on a product template, a category template, a landing page or a pattern: anywhere the dmm-bridge cannot reach.",
	"keywords": ["quote", "request", "enquiry", "contact", "catalogue", "aieo"],
	"textdomain": "ai-eshop-optimizer",
	"usesContext": ["postId"],
	"attributes": {
		"type": { "type": "string", "default": "" },
		"productId": { "type": "number", "default": 0 },
		"layout": { "type": "string", "default": "compact" },
		"title": { "type": "string", "default": "" },
		"button": { "type": "string", "default": "" },
		"fields": { "type": "string", "default": "" }
	},
	"supports": {
		"html": false,
		"align": ["wide"],
		"spacing": { "margin": true, "padding": true }
	},
	"render": "file:./render.php"
}
