{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "woocommerce/product-section",
    "title": "Product section",
    "category": "woocommerce",
    "description": "The product section.",
    "keywords": ["products", "section", "group"],
    "textdomain": "default",
    "attributes": {
        "title": {
            "type": "string"
        },
        "description": {
            "type": "string",
            "__experimentalRole": "content"
        },
        "blockGap": {
            "type": "string",
            "enum": ["unit-30", "unit-40"],
            "default": "unit-30"
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    },
    "editorStyle": "file:./editor.css"
}
