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