{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/taxonomy-related-articles",
    "version": "1.0.0",
    "title": "AIEO Taxonomy Related Articles",
    "category": "woocommerce",
    "icon": "format-aside",
    "description": "Renders 'From the Blog' article cards related to the queried term — works for any taxonomy (product_cat, pa_need, product_tag, supplier, custom). Reads bidirectional edges from wp_aieo_dmm_term_relations (the same source brand-related uses for product_brand). On the brand archive itself, prefer aieo/brand-related — this block is for the OTHER taxonomies.",
    "keywords": ["aieo", "taxonomy", "related", "articles", "blog"],
    "supports": {
        "html": false,
        "align": false,
        "spacing": { "margin": true, "padding": true },
        "typography": { "fontSize": true, "lineHeight": true },
        "color": { "background": true, "text": true }
    },
    "attributes": {
        "limit":   { "type": "number", "default": 3 },
        "layout":  { "type": "string", "enum": ["vertical", "horizontal"], "default": "vertical" },
        "heading": { "type": "string", "default": "" }
    },
    "render": "file:./render.php",
    "viewStyle": "aieo-article-cards",
    "textdomain": "ai-eshop-optimizer"
}
