{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/custom-slots-region",
    "version": "1.0.0",
    "title": "AIEO Custom Slots Region",
    "category": "woocommerce",
    "icon": "screenoptions",
    "description": "Placeholder block that, at render time, enumerates every enabled slot from the Custom Slots admin store and emits each as a sibling div. Designed to sit inside the .ff-recommendations-cluster flex container so each slot participates in the Recommendations Ordering CSS (`order:` / `display:none`) alongside the built-in aieo/recos rails. This block emits NO wrapper of its own — slot divs are direct flex children of the parent group.",
    "keywords": ["aieo", "slots", "recommendations", "tolstoy"],
    "supports": {
        "html": false,
        "align": false,
        "spacing": { "margin": true, "padding": true },
        "typography": { "fontSize": true, "lineHeight": true },
        "color": { "background": true, "text": true }
    },
    "attributes": {},
    "render": "file:./render.php",
    "textdomain": "ai-eshop-optimizer"
}
