# tableberg/0.2.1/build/cell/block.json

Tableberg – Simple Gutenberg Table Block, version 0.2.1. 39 lines.

- Page: https://pluginprobe.com/plugins/tableberg/0.2.1/code/build/cell/block.json
- Raw: https://pluginprobe.com/plugins/tableberg/0.2.1/raw/build/cell/block.json
- Modified: 2024-01-09T18:33:34+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/0.2.1/code/build/cell/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.1.1",
  "title": "Cell",
  "name": "tableberg/cell",
  "parent": [
    "tableberg/row"
  ],
  "category": "design",
  "icon": "table-row-after",
  "description": "Tableberg Cell: Individual cell of a tableberg table",
  "attributes": {
    "vAlign": {
      "type": "string",
      "default": "center"
    },
    "tagName": {
      "type": "string",
      "default": "td"
    },
    "rowspan": {
      "type": "number",
      "default": "1"
    },
    "colspan": {
      "type": "number",
      "default": "1"
    }
  },
  "supports": {
    "html": false,
    "__experimentalExposeControlsToChildren": true
  },
  "textdomain": "tableberg",
  "editorScript": "tableberg-script",
  "editorStyle": "tableberg-editor-style",
  "style": "tableberg-style"
}
```
