# tableberg/0.3.3/build/button/block.json

Tableberg – Simple Gutenberg Table Block, version 0.3.3. 67 lines.

- Page: https://pluginprobe.com/plugins/tableberg/0.3.3/code/build/button/block.json
- Raw: https://pluginprobe.com/plugins/tableberg/0.3.3/raw/build/button/block.json
- Modified: 2024-01-09T18:32:24+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.3.3/code/build/button/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.1.0",
  "title": "Button",
  "name": "tableberg/button",
  "parent": [
    "tableberg/cell"
  ],
  "category": "design",
  "icon": "button",
  "description": "Tableberg Button: Add a button to your tableberg table",
  "attributes": {
    "text": {
      "type": "string"
    },
    "width": {
      "type": "number"
    },
    "backgroundColor": {
      "type": "string"
    },
    "backgroundGradient": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "backgroundHoverGradient": {
      "type": "string"
    },
    "backgroundHoverColor": {
      "type": "string"
    },
    "textHoverColor": {
      "type": "string"
    },
    "textAlign": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "linkTarget": {
      "type": "string"
    },
    "rel": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "typography": {
      "fontSize": true
    },
    "__experimentalBorder": {
      "radius": true
    }
  },
  "textdomain": "tableberg",
  "editorScript": "tableberg-script",
  "editorStyle": "tableberg-editor-style",
  "style": "tableberg-style"
}
```
