{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/post-related-needs",
    "version": "1.0.0",
    "title": "AIEO Post Related Needs",
    "category": "theme",
    "icon": "tag",
    "description": "Need-tag chips for the current blog post. Reads wp_aieo_dmm_term_relations for pa_need → post edges. Each chip links to the need archive.",
    "keywords": ["aieo", "need", "tags", "blog", "related"],
    "supports": {
        "html": false,
        "align": ["wide"],
        "spacing": { "margin": true, "padding": true },
        "typography": { "fontSize": true, "lineHeight": true },
        "color": { "background": true, "text": true }
    },
    "attributes": {
        "heading": { "type": "string", "default": "" }
    },
    "render": "file:./render.php",
    "viewStyle": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
