{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acpimg/variation-flipper",
	"title": "Variation Flipper",
	"category": "woocommerce",
	"icon": "images-alt2",
	"description": "Block-theme variation hover-swap.",
	"textdomain": "agentic-commerce-product-images",
	"attributes": {
		"productId": { "type": "number", "default": 0 }
	},
	"supports": { "html": false },
	"render": "file:./render.php",
	"editorScript": "file:./edit.js"
}
