{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/custom-slot",
    "version": "1.0.0",
    "title": "AIEO Custom Slot",
    "category": "woocommerce",
    "icon": "edit-page",
    "description": "Renders one operator-defined slot (Tolstoy widget OR free-form HTML/code) from the Custom Slots admin store. Used inside the single-product recommendations cluster so each slot can be drag-positioned alongside the built-in reco rails. Resolve target via slotId.",
    "keywords": ["aieo", "tolstoy", "embed", "recommendations", "slot"],
    "supports": {
        "html": false,
        "align": ["wide"],
        "spacing": { "margin": true, "padding": true }
    },
    "attributes": {
        "slotId": {
            "type": "string",
            "default": ""
        }
    },
    "render": "file:./render.php",
    "textdomain": "ai-eshop-optimizer"
}
