{
  "$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"
}