{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "marzipan/products",
    "version": "1.0.0",
    "title": "Marzipan Products",
    "category": "marzipan",
    "icon": "grid-view",
    "description": "Display a grid of products with optional collection filtering.",
    "keywords": ["products", "shop", "store", "marzipan", "wine"],
    "textdomain": "marzipan",
    "editorScript": "file:./index.js",
    "attributes": {
        "collection": {
            "type": "string",
            "default": ""
        },
        "hideAddToCart": {
            "type": "boolean",
            "default": false
        },
        "showSubscriberPricing": {
            "type": "boolean",
            "default": false
        }
    },
    "supports": {
        "html": false,
        "align": ["wide", "full"]
    }
}
