{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "version": "0.0.2",
    "name": "tablestack/tablewrapper",
    "title": "TableStack",
    "category": "text",
    "icon": "excerpt-view",
    "description": "All in one table builder block for Gutenberg",
    "supports": {
        "html": false,
        "align": true
    },
    "attributes": {
        "isDefaultTable": {
            "type": "boolean",
            "default": false
        },
        "isProductTable": {
            "type": "boolean",
            "default": false
        }
    },
    "textdomain": "table-block",
    "editorScript": "file:./index.js",
    "style": "file:./style-index.css",
    "viewScript": "file:./view.js"
}