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

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

- Page: https://pluginprobe.com/plugins/tableberg/0.2.1/code/build/row/block.json
- Raw: https://pluginprobe.com/plugins/tableberg/0.2.1/raw/build/row/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/row/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.0.3",
  "title": "Row",
  "name": "tableberg/row",
  "parent": [
    "tableberg/table"
  ],
  "category": "design",
  "icon": "table-row-after",
  "description": "Tableberg Row: Individual row of a tableberg table",
  "attributes": {
    "tagName": {
      "type": "string",
      "default": "tr"
    },
    "isHeader": {
      "type": "boolean",
      "default": false
    },
    "isFooter": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "tableberg",
  "editorScript": "tableberg-script",
  "editorStyle": "tableberg-editor-style",
  "style": "tableberg-style"
}
```
