{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "0.0.2",
  "title": "Row",
  "name": "tablestack/tablerow",
  "parent": [
    "tablestack/table"
  ],
  "category": "design",
  "icon": "menu",
  "description": "Individual row for table",
  "attributes": {
    "isHeader": {
      "type": "boolean",
      "default": false
    },
    "isFooter": {
      "type": "boolean",
      "default": false
    },
    "immediateParentClientId": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "table-block",
  "editorScript": "file:./index.js"
}