# tableberg/1.0.2/build/faux-blocks/cell/block.json

Tableberg – Simple Gutenberg Table Block, version 1.0.2. 38 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.0.2/code/build/faux-blocks/cell/block.json
- Raw: https://pluginprobe.com/plugins/tableberg/1.0.2/raw/build/faux-blocks/cell/block.json
- Modified: 2026-05-11T04:00:42+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/tableberg/1.0.2/code/build/faux-blocks/cell/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tableberg/cell",
  "title": "Cell",
  "category": "design",
  "description": "A cell within a Tableberg table",
  "parent": [
    "tableberg/table"
  ],
  "allowedBlocks": [
    "tableberg/text",
    "tableberg/button",
    "tableberg/image",
    "tableberg/list",
    "tableberg/icon",
    "tableberg/star-rating",
    "tableberg/custom-html"
  ],
  "attributes": {
    "cellCoords": {
      "type": "object",
      "default": {
        "row": 0,
        "col": 0
      }
    }
  },
  "supports": {
    "html": false,
    "customClassName": false,
    "lock": false,
    "renaming": false,
    "reusable": false,
    "visibility": false
  },
  "textdomain": "tableberg"
}
```
