{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tableberg/row",
  "title": "Row",
  "category": "design",
  "description": "A row of cells within a Tableberg table.",
  "parent": [
    "tableberg/table"
  ],
  "supports": {
    "html": false,
    "customClassName": false,
    "reusable": false
  },
  "attributes": {
    "height": {
      "type": "string"
    }
  },
  "providesContext": {
    "tableberg/rowBackgroundColor": "backgroundColor"
  },
  "textdomain": "tableberg"
}