{
  "apiVersion": 3,
  "title": "Row",
  "name": "b3rg/row",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Arrange content in customizable rows for structured layout design.",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "displayTypeClass": {
      "type": "string",
      "default": ""
    },
    "childBlocksHorizontalAlignClass": {
      "type": "string",
      "default": ""
    },
    "childBlocksDirectionClass": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "enableFocusableIcon": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}