{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.0.2",
  "title": "Cell",
  "name": "tablestack/tablecell",
  "parent": [
    "tablestack/tablerow"
  ],
  "category": "design",
  "icon": "button",
  "description": "Individual cell of table row",
  "attributes": {
    "htmlTag": {
      "type": "string",
      "default": "td"
    },
    "headerLabel": {
      "type": "string",
      "default": ""
    },
    "immediateParentClientId": {
      "type": "string",
      "default": ""
    },
    "cellAlignment": {
      "type": "string",
      "default": ""
    },
    "columnAlignment": {
      "type": "string",
      "default": ""
    },
    "isColumnHighlighted": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "__experimentalExposeControlsToChildren": true
  },
  "textdomain": "table-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}