{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/brand-azindex",
    "version": "1.0.1",
    "title": "AIEO Brand A-Z Index",
    "category": "woocommerce",
    "icon": "list-view",
    "description": "Server-rendered A-Z brand directory. Every letter A–Z (plus '#' for non-Latin brands) is always present; empty letters render disabled. Sticky letter bar + per-letter brand grid with product counts. Reads exclusively from wp_aieo_core_brand_vitals.",
    "keywords": ["aieo", "brands", "a-z", "directory", "catalogue"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": { "margin": true, "padding": true }
    },
    "attributes": {
        "showCounts": {
            "type": "boolean",
            "default": true
        },
        "showLogos": {
            "type": "boolean",
            "default": true
        },
        "stickyBar": {
            "type": "boolean",
            "default": true
        },
        "headingLevel": {
            "type": "string",
            "default": "h2",
            "enum": ["h2", "h3", "h4"]
        },
        "showHashBucket": {
            "type": "boolean",
            "default": true
        }
    },
    "render": "file:./render.php",
    "viewScript": "file:./view.js",
    "editorScript": "file:./edit.js",
    "style": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
