{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/taxonomy-archive-hero",
    "version": "1.0.0",
    "title": "AIEO Taxonomy Archive Hero",
    "category": "woocommerce",
    "icon": "category",
    "description": "Generic per-term archive hero. Auto-detects queried taxonomy (product_brand / pa_need / product_tag / product_cat) and dispatches to the right data source — brand vitals + extras for product_brand, need_extras for pa_need, term thumbnail + description for product_tag, category extras for product_cat. Filterable via aieo_taxonomy_archive_hero_data for new taxonomies.",
    "keywords": ["aieo", "taxonomy", "archive", "hero", "brand", "need", "tag", "category"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": { "margin": true, "padding": true },
        "typography": { "fontSize": true, "lineHeight": true },
        "color": { "background": true, "text": true }
    },
    "attributes": {
        "showCounts":   { "type": "boolean", "default": true },
        "showHeadline": { "type": "boolean", "default": true }
    },
    "render": "file:./render.php",
    "style": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
