{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/brand-related",
    "version": "1.0.0",
    "title": "AIEO Brand Related",
    "category": "woocommerce",
    "icon": "admin-links",
    "description": "Cross-link strip for the brand archive: related product categories (chips), related blog articles (3-card row), and 'other brands you love' for logged-in viewers. Reads wp_aieo_dmm_term_relations + customer brand affinity.",
    "keywords": ["aieo", "brand", "related", "cross-sell"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": { "margin": true, "padding": true },
        "typography": { "fontSize": true, "lineHeight": true },
        "color": { "background": true, "text": true }
    },
    "attributes": {
        "showCategories": { "type": "boolean", "default": true },
        "showArticles":   { "type": "boolean", "default": true },
        "showOtherBrands": { "type": "boolean", "default": true },
        "articlesLimit":  { "type": "number",  "default": 3 },
        "otherBrandsLimit": { "type": "number", "default": 6 },
        "layout":         { "type": "string",  "default": "horizontal", "enum": ["horizontal", "vertical"] }
    },
    "render": "file:./render.php",
    "viewStyle": [
        "file:./style.css",
        "aieo-article-cards"
    ],
    "textdomain": "ai-eshop-optimizer"
}
