{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "beginner-blogger/tab",
    "title": "Useful Tab",
    "category": "layout",
    "description": "Give useful and easy-to-use tabs.",
    "example": {},
    "styles": [
        {
            "name": "default",
            "label": "Rect"
        },
        {
            "name": "round",
            "label": "Round"
        },
        {
            "name": "top-round",
            "label": "Top Round"
        }
    ],
    "attributes": {
        "n_tabs": {
            "type": "number",
            "default": 2
        },
        "labelArray": {
            "type": "array",
            "default": [
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                "",
                ""
            ]
        },
        "labelOrderArray": {
            "type": "array",
            "default": [
                0,
                1,
                2,
                3,
                4,
                5,
                6,
                7,
                8,
                9
            ]
        },
        "dateID": {
            "type": "string",
            "default": ""
        },
        "labelBackgroundColor": {
            "type": "string"
        },
        "customLabelBackgroundColor": {
            "type": "string"
        },
        "checkedLabelBackgroundColor": {
            "type": "string"
        },
        "customCheckedLabelBackgroundColor": {
            "type": "string"
        },
        "labelColor": {
            "type": "string"
        },
        "customLabelColor": {
            "type": "string"
        },
        "checkedLabelColor": {
            "type": "string"
        },
        "customCheckedLabelColor": {
            "type": "string"
        },
        "borderType": {
            "type": "string",
            "default": "none"
        },
        "borderWidth": {
            "type": "number",
            "default": 1
        },
        "hasMargin": {
            "type": "boolean",
            "default": true
        },
        "borderColor": {
            "type": "string"
        },
        "customBorderColor": {
            "type": "string"
        }
    },
    "supports": {
        "anchor": true
    },
    "version": "1.3.2",
    "textdomain": "useful-tab-block",
    "editorScript": "beginner-blogger-tab-script",
    "editorStyle": "file:./index.css",
    "style": [
        "file:./style-index.css"
    ]
}
