{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/brand-archive-hero",
    "version": "1.0.0",
    "title": "AIEO Brand Archive Hero",
    "category": "woocommerce",
    "icon": "format-image",
    "description": "Per-brand hero for the brand archive (taxonomy-product_brand). Reads queried brand term, joins core_brand_vitals + dmm_brand_extras. Renders hero image, logo overlay, headline, product count, wishlist heart, rating stars.",
    "keywords": ["aieo", "brand", "archive", "hero"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": { "margin": true, "padding": true }
    },
    "attributes": {
        "showCounts":   { "type": "boolean", "default": true },
        "showWishlist": { "type": "boolean", "default": true },
        "showRating":   { "type": "boolean", "default": true }
    },
    "render": "file:./render.php",
    "style": "file:./style.css",
    "viewScript": "file:./view.js",
    "textdomain": "ai-eshop-optimizer"
}
