{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.0.2",
  "name": "tableberg/table",
  "title": "Tableberg",
  "category": "design",
  "icon": "table-row-after",
  "description": "Tableberg: table builder Gutenberg block",
  "supports": {
    "html": false
  },
  "attributes": {
    "rows": {
      "type": "number",
      "default": 2
    },
    "hasTableCreated": {
      "type": "boolean",
      "default": false
    },
    "cellPadding": {
      "type": "object",
      "default": {}
    },
    "enableTableHeader": {
      "type": "boolean",
      "default": false
    },
    "enableTableFooter": {
      "type": "boolean",
      "default": false
    },
    "tableWidth": {
      "type": "string",
      "default": ""
    },
    "tableAlignment": {
      "type": "string",
      "default": "center"
    },
    "headerBackgroundColor": {
      "type": "string",
      "default": null
    },
    "headerBackgroundGradient": {
      "type": "string",
      "default": null
    },
    "evenRowBackgroundColor": {
      "type": "string",
      "default": null
    },
    "evenRowBackgroundGradient": {
      "type": "string",
      "default": null
    },
    "oddRowBackgroundColor": {
      "type": "string",
      "default": null
    },
    "oddRowBackgroundGradient": {
      "type": "string",
      "default": null
    },
    "footerBackgroundColor": {
      "type": "string",
      "default": null
    },
    "footerBackgroundGradient": {
      "type": "string",
      "default": null
    },
    "tableBorder": {
      "type": "object",
      "default": {}
    },
    "innerBorder": {
      "type": "object",
      "default": {}
    },
    "enableInnerBorder": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "tableberg",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}