{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "version": "0.3.1", "name": "tableberg/table", "title": "Tableberg", "category": "design", "description": "Table Block By Tableberg - Advanced Table Block for Block Editor", "supports": { "html": false }, "attributes": { "version": { "type": "string", "default": "" }, "rows": { "type": "number", "default": 2 }, "cols": { "type": "number", "default": 2 }, "cells": { "type": "number", "default": 0 }, "fixedColWidth": { "type": "boolean", "default": false }, "colWidths": { "type": "array", "default": [] }, "rowHeights": { "type": "array", "default": [] }, "hasTableCreated": { "type": "boolean", "default": false }, "cellPadding": { "type": "object", "default": {} }, "cellSpacing": { "type": "object", "default": {} }, "enableTableHeader": { "type": "string", "default": "" }, "enableTableFooter": { "type": "string", "default": "" }, "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": { "color": "#000000", "width": "1px" } }, "innerBorder": { "type": "object", "default": { "color": "#000000", "width": "1px" } }, "enableInnerBorder": { "type": "boolean", "default": true }, "cellBorderRadius": { "type": "object", "default": {} }, "isExample": { "type": "boolean", "default": false }, "fontSize": { "type": "string", "default": "" }, "fontColor": { "type": "string", "default": "" }, "linkColor": { "type": "string", "default": "" }, "responsive": { "type": "object", "default": { "last": "primary", "breakpoints": {} } }, "stickyTopRow": { "type": "boolean", "default": false }, "stickyFirstCol": { "type": "boolean", "default": false }, "innerBorderType": { "type": "string", "default": "" } }, "example": { "attributes": { "isExample": true } }, "textdomain": "tableberg", "editorScript": "tableberg-script", "editorStyle": "tableberg-editor-style", "style": "tableberg-style" }