{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/post-meta",
    "version": "1.0.0",
    "title": "AIEO Product Post Meta (SKU + Barcodes)",
    "category": "woocommerce",
    "icon": "list-view",
    "description": "Renders the SKU + per-variation barcode rows for the current product. Wraps AIEO_DMM_Product_Meta — the same module the `[om_ppe_product_meta]` shortcode uses (admin-configurable via DMM settings: show_sku, show_barcode, label customisation). On variable products the barcode row expands to one barcode per variation, hidden behind a `+ more` toggle.",
    "keywords": ["aieo", "product", "meta", "sku", "barcode", "ean"],
    "ancestor": ["core/template", "core/post-template", "woocommerce/single-product"],
    "supports": {
        "html": false,
        "align": false,
        "spacing": { "margin": true }
    },
    "attributes": {
        "zone": {
            "type": "string",
            "default": ""
        }
    },
    "render": "file:./render.php",
    "textdomain": "ai-eshop-optimizer"
}
