{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/product-variations-gallery",
    "version": "1.0.0",
    "title": "AIEO Product Variations Gallery",
    "category": "woocommerce",
    "icon": "format-gallery",
    "description": "Variation-aware bridge for the WC product gallery. Reads each variation's image set (variation thumbnail + botiga_variation_gallery postmeta — the same key OM PPE used, so no data migration) and swaps the WC gallery's main <img> in place when a variation is selected. Replaces OM PPE's sibling-creating implementation that caused the stacked-galleries bug. Phase 1 of the block-based PDP migration (see docs/BLOCK_PRODUCT_PAGE_MIGRATION_PLAN.md).",
    "keywords": ["aieo", "product", "gallery", "variations", "pdp"],
    "ancestor": ["core/template", "core/post-template", "woocommerce/single-product"],
    "usesContext": ["postId"],
    "supports": {
        "html": false,
        "align": false,
        "spacing": { "margin": false, "padding": false }
    },
    "render": "file:./render.php",
    "editorScript": "file:./edit.js",
    "viewScript": "file:./view.js",
    "style": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
