{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/product-needs",
    "version": "1.0.0",
    "title": "AIEO Product Needs",
    "category": "woocommerce",
    "icon": "tag",
    "description": "Renders the 'This product covers:' Επιθυμίες (needs) list for the current single-product page. Wraps the existing AIEO_DMM_Product_Needs renderer so non-block themes keep their PHP path; on a block-themed PDP this is the canonical entry. Reads from `wp_aieo_dmm_product_needs` and `pa_need` taxonomy.",
    "keywords": ["aieo", "product", "needs", "επιθυμίες"],
    "ancestor": ["core/template", "core/post-template", "woocommerce/single-product"],
    "supports": {
        "html": false,
        "align": false,
        "spacing": { "margin": true }
    },
    "render": "file:./render.php",
    "textdomain": "ai-eshop-optimizer"
}
