{
    "apiVersion": 2,
    "name": "arkhe-blocks/tab",
    "title": "Tab",
    "category": "arkhe-blocks",
    "keywords": [],
    "supports": {
        "anchor": true,
        "className": false
    },
    "attributes": {
        "isExample": {
            "type": "boolean",
            "default": false
        },
        "tabId": {
            "type": "string",
            "default": ""
        },
        "activeTab": {
            "type": "number",
            "default": 0
        },
        "tabWidthPC": {
            "type": "string",
            "default": "auto"
        },
        "tabWidthSP": {
            "type": "string",
            "default": "auto"
        },
        "isScrollPC": {
            "type": "boolean",
            "default": false
        },
        "isScrollSP": {
            "type": "boolean",
            "default": false
        },
        "tabColor": {
            "type": "string",
            "default": ""
        },
        "tabAlign": {
            "type": "string",
            "default": ""
        }
    },
    "editorScript": "file:./index.js",
    "style": "arkhe-blocks-tab-style",
    "textdomain": "arkhe-blocks"
}
