{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "premium/tab-item",
    "title": "Tab Item",
    "category": "premium-blocks",
    "description": "For making advanced tabs with content.",
    "parent": [
        "premium/tabs"
    ],
    "keywords": [
        "tab"
    ],
    "textdomain": "premium-blocks-for-gutenberg",
    "attributes": {
        "blockId": {
            "type": "string"
        },
        "tabId": {
            "type": "integer"
        }
    }
}