# ablocks/2.10.0/assets/build/blocks/table-cell/block.json

aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder &amp; Animation Builder, version 2.10.0. 52 lines.

- Page: https://pluginprobe.com/plugins/ablocks/2.10.0/code/assets/build/blocks/table-cell/block.json
- Raw: https://pluginprobe.com/plugins/ablocks/2.10.0/raw/assets/build/blocks/table-cell/block.json
- Modified: 2026-03-13T03:47:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ablocks/2.10.0/code/assets/build/blocks/table-cell/block.json#L10-L20`.

```json
{
    "$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": ""
            }
        }
    }
}
```
