# tableberg/1.0.3/build/faux-blocks/button/block.json

Tableberg – Simple Gutenberg Table Block, version 1.0.3. 33 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.0.3/code/build/faux-blocks/button/block.json
- Raw: https://pluginprobe.com/plugins/tableberg/1.0.3/raw/build/faux-blocks/button/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.3/code/build/faux-blocks/button/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tableberg/button",
  "title": "Button",
  "category": "design",
  "description": "A button element within a Tableberg cell",
  "parent": [
    "tableberg/cell"
  ],
  "attributes": {
    "cellCoords": {
      "type": "object",
      "default": {
        "row": 0,
        "col": 0
      }
    },
    "elementIndex": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "html": false,
    "customClassName": false,
    "lock": false,
    "renaming": false,
    "reusable": false,
    "visibility": false
  },
  "textdomain": "tableberg"
}
```
