File "block.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional/block.json
File size: 725 bytes
MIME-type: text/plain
Charset: utf-8

{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "woocommerce/conditional",
    "title": "Conditional",
    "category": "widgets",
    "description": "Container to only conditionally render inner blocks.",
    "textdomain": "default",
    "attributes": {
        "mustMatch": {
            "__experimentalRole": "content",
            "type": "array",
            "items": {
                "type": "object"
            },
            "default": []
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    }
}