{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acpimg/shoppable-video",
	"title": "Shoppable Video",
	"category": "media",
	"icon": "video-alt3",
	"description": "Video with product pin overlays + add-to-cart.",
	"textdomain": "agentic-commerce-product-images",
	"attributes": {
		"videoUrl": { "type": "string", "default": "" },
		"posterUrl": { "type": "string", "default": "" },
		"productId": { "type": "number", "default": 0 },
		"overlayLabel": { "type": "string", "default": "Add to cart" }
	},
	"supports": { "align": ["wide", "full"], "html": false },
	"render": "file:./render.php",
	"editorScript": "file:./edit.js"
}
