{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "woocommerce/product-linked-list-field",
    "title": "Linked product list",
    "category": "widgets",
    "description": "The linked product list.",
    "keywords": [
        "products",
        "linked",
        "list"
    ],
    "textdomain": "default",
    "attributes": {
        "property": {
            "type": "string",
            "role": "content"
        },
        "emptyState": {
            "type": "object",
            "default": {}
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    },
    "editorStyle": "file:./editor.css",
    "usesContext": [
        "postType",
        "isInSelectedTab"
    ]
}
