{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "ablocks/table-cell",
    "version": "0.1.0",
    "title": "table-cell",
    "category": "ablocks",
    "description": "Create a fully customizable, responsive table. Supports multiple rows and columns",
    "example": [],
    "parent": [
        "ablocks/table"
    ],
    "supports": {
        "html": true,
        "anchor": true
    },
    "textdomain": "ablocks",
    "attributes": {
        "block_id": {
            "type": "string",
            "default": ""
        },
        "tagName": {
            "type": "string",
            "default": "td"
        },
        "cellColor": {
            "type": "string",
            "default": ""
        },
        "cellColorH": {
            "type": "string",
            "default": ""
        },
        "rowSpan": {
            "type": "string",
            "default": "1"
        },
        "colSpan": {
            "type": "string",
            "default": "1"
        },
        "textAlignment": {
            "type": "object",
            "default": {
                "value": "left",
                "valueTablet": "",
                "valueMobile": ""
            }
        }
    }
}