{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "dynamic-table-blocks/dynamic-table-blocks",
  "version": "0.1.0",
  "title": "Dynamic Tables",
  "category": "design",
  "icon": "editor-table",
  "description": "Create custom table blocks with highly customizable and responsive formats",
  "example": {},
  "textdomain": "dynamic-table-blocks",
  "attributes": {
    "table_id": {
      "type": "integer",
      "default": "0"
    },
    "block_table_ref": {
      "type": "string",
      "default": ""
    },
    "original_post_type": {
      "type": "string",
      "default": ""
    },
    "original_post_id": {
      "type": "integer",
      "default": "0"
    },
    "block_alignment": {
      "type": "string",
      "default": "undefined"
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "supports": {
    "contentRole": true,
    "html": false,
    "className": false,
    "color": {
      "button": true,
      "gradients": true,
      "heading": true,
      "link": true
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}