{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/taxonomy-archive-footer",
    "version": "1.0.0",
    "title": "AIEO Taxonomy Archive Footer",
    "category": "woocommerce",
    "icon": "editor-paragraph",
    "description": "Per-term editorial / SEO footer copy. Reads the queried taxonomy's *_extras table footer column when present (need_extras.footer_text, brand_extras.footer_text, category_extras.footer_text). Emits nothing when no footer copy exists for the term.",
    "keywords": ["aieo", "taxonomy", "archive", "footer", "seo"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": { "margin": true, "padding": true }
    },
    "render": "file:./render.php",
    "textdomain": "ai-eshop-optimizer"
}
