{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/brand-story",
    "version": "1.0.0",
    "title": "AIEO Brand Story",
    "category": "woocommerce",
    "icon": "editor-paragraph",
    "description": "Renders brand long-form copy (history, ambassadors, importer, footer) on the brand archive page. Reads queried brand term + wp_aieo_dmm_brand_extras. Emits nothing for sections with no copy.",
    "keywords": ["aieo", "brand", "story", "history"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": { "margin": true, "padding": true },
        "typography": { "fontSize": true, "lineHeight": true },
        "color": { "background": true, "text": true }
    },
    "attributes": {
        "showHistory":     { "type": "boolean", "default": true },
        "showAmbassadors": { "type": "boolean", "default": true },
        "showWebsite":     { "type": "boolean", "default": true },
        "showFooter":      { "type": "boolean", "default": false }
    },
    "render": "file:./render.php",
    "style": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
