# tableberg/1.1.1/build/blocks/cell/block.json

Tableberg – Simple Gutenberg Table Block, version 1.1.1. 35 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.1.1/code/build/blocks/cell/block.json
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.1/raw/build/blocks/cell/block.json
- Modified: 2026-07-21T11:26:06+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.1.1/code/build/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 row.",
  "parent": [
    "tableberg/row"
  ],
  "usesContext": [
    "tableberg/tableConfig",
    "tableberg/cellDefaults"
  ],
  "supports": {
    "html": false,
    "customClassName": false,
    "reusable": false
  },
  "attributes": {
    "span": {
      "type": "object"
    },
    "styles": {
      "type": "object"
    },
    "ribbon": {
      "type": "object"
    },
    "className": {
      "type": "string"
    }
  },
  "textdomain": "tableberg"
}
```
