{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aieo/lowest-price-message",
	"version": "1.0.1",
	"title": "AIEO Lowest Price Message",
	"category": "woocommerce",
	"icon": "tag",
	"description": "EU Omnibus: on on-sale products, shows the operator-configured message with the lowest price before the reduction. Auto-hides when the product is not on sale.",
	"keywords": ["aieo", "product", "price", "omnibus", "sale", "lowest"],
	"ancestor": ["core/template", "core/post-template", "woocommerce/single-product"],
	"supports": {
		"html": false,
		"align": false,
		"spacing": { "margin": true, "padding": true }
	},
	"attributes": {},
	"render": "file:./render.php",
	"style": "file:./style.css",
	"textdomain": "ai-eshop-optimizer"
}
