{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "native/table-row",
  "version": "0.1.0",
  "title": "Table Row",
  "parent": [
    "native/table"
  ],
  "category": "nb-table",
  "description": "Table Row block for Native Table.",
  "example": {},
  "supports": {
    "anchor": false
  },
  "attributes": {
    "blockStyle": {
      "type": "object"
    },
    "rowColor": {
      "type": "string"
    },
    "rowBg": {
      "type": "string"
    },
    "tableRowBorder": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    }
  },
  "textdomain": "native-table",
  "editorScript": "file:./index.js"
}