{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aieo/product-slider",
	"version": "1.0.0",
	"title": "AIEO Product Slider",
	"category": "woocommerce",
	"icon": "slides",
	"description": "A horizontal product slider with the SAME look as the product-page recommendations (thin uppercase title + line, then cards). Set the title manually and pick products by category, tag and/or specific product IDs.",
	"keywords": ["aieo", "product", "slider", "carousel", "recommendations", "woocommerce", "tag", "category"],
	"textdomain": "ai-eshop-optimizer",
	"supports": {
		"html": false,
		"align": ["wide", "full"],
		"spacing": { "margin": true }
	},
	"attributes": {
		"title":      { "type": "string",  "default": "" },
		"categories": { "type": "string",  "default": "" },
		"tags":       { "type": "string",  "default": "" },
		"productIds": { "type": "string",  "default": "" },
		"limit":      { "type": "number",  "default": 12 },
		"orderby":    { "type": "string",  "default": "date", "enum": ["date", "popularity", "rating", "price", "price-desc", "rand", "menu_order"] },
		"showRating": { "type": "boolean", "default": false }
	},
	"render": "file:./render.php",
	"editorScript": "file:./edit.js",
	"style": "aieo-recommendations"
}
