{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.5.1",
  "name": "tableberg/table",
  "title": "Tableberg",
  "category": "design",
  "description": "Table Block By Tableberg - Advanced Table Block for Block Editor",
  "keywords": [
    "table",
    "tableberg",
    "cell",
    "row",
    "column",
    "layout",
    "responsive"
  ],
  "supports": {
    "html": false
  },
  "attributes": {
    "version": {
      "type": "number",
      "default": 0
    },
    "isExample": {
      "type": "boolean",
      "default": false
    },
    "table": {
      "type": "object",
      "default": {
        "rows": 0,
        "cols": 0,
        "headerEnabled": false,
        "footerEnabled": false,
        "stickyHeader": false,
        "caption": "",
        "tableWidth": "auto",
        "tableAlignment": "left",
        "cellSpacing": {
          "horizontal": "0",
          "vertical": "0"
        },
        "tableBorder": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "fixedColumnWidths": true,
        "pagination": {
          "enabled": false,
          "pageSize": 10,
          "showPageNumbers": true,
          "showPrevNext": true
        },
        "search": {
          "enabled": false,
          "placeholder": "Search...",
          "highlightColor": "",
          "position": "left"
        },
        "responsive": {
          "tablet": {
            "enabled": false,
            "maxWidth": 1024,
            "mode": "scroll",
            "transpose": false,
            "stackCount": 3,
            "repeatFirstCol": false
          },
          "mobile": {
            "enabled": false,
            "maxWidth": 700,
            "mode": "scroll",
            "transpose": false,
            "stackCount": 1,
            "repeatFirstCol": false
          }
        }
      }
    },
    "rows": {
      "type": "object",
      "default": {}
    },
    "columns": {
      "type": "object",
      "default": {}
    },
    "cells": {
      "type": "object",
      "default": {}
    },
    "bindings": {
      "type": "object",
      "default": {}
    },
    "cellDefaults": {
      "type": "object",
      "default": {
        "styles": {
          "padding": {
            "top": "var(--wp--preset--spacing--20)",
            "right": "var(--wp--preset--spacing--20)",
            "bottom": "var(--wp--preset--spacing--20)",
            "left": "var(--wp--preset--spacing--20)"
          },
          "border": {
            "top": "1px solid black",
            "right": "1px solid black",
            "bottom": "1px solid black",
            "left": "1px solid black"
          },
          "borderRadius": {
            "topLeft": "0px",
            "topRight": "0px",
            "bottomRight": "0px",
            "bottomLeft": "0px"
          },
          "orientation": "vertical",
          "elementGap": "var(--wp--preset--spacing--20)",
          "wrap": "nowrap",
          "verticalAlign": "middle",
          "backgroundColor": ""
        }
      }
    }
  },
  "example": {
    "attributes": {
      "isExample": true
    }
  },
  "textdomain": "tableberg",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}