File "block.json"

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

{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "woocommerce/product-tab",
    "title": "Product tab",
    "category": "woocommerce",
    "description": "The product tab.",
    "keywords": [
        "products",
        "tab",
        "group"
    ],
    "textdomain": "default",
    "attributes": {
        "id": {
            "type": "string"
        },
        "title": {
            "type": "string"
        }
    },
    "supports": {
        "align": false,
        "html": false,
        "multiple": true,
        "reusable": false,
        "inserter": false,
        "lock": false,
        "__experimentalToolbar": false
    },
    "providesContext": {
        "isInSelectedTab": "isSelected"
    },
    "usesContext": [
        "selectedTab"
    ],
    "editorStyle": "file:./editor.css"
}