{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/row",
  "title": "Mehrspalter",
  "category": "layout",
  "icon": "block-default",
  "description": "",
  "keywords": ["Row", "Container"],
  "attributes": {
    "template": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "mobileReverse": {
      "type": "boolean"
    },
    "containerSizeSmall": {
      "type": "boolean"
    },
    "containerSizeMedium": {
      "type": "boolean"
    },
    "containerSize": {
      "type": "string",
      "default": "standard"
    },
    "section": {
      "type": "boolean"
    },
    "textAlignStartMobile": {
      "type": "boolean",
      "default": false
    },
    "deactivate": {
      "type": "boolean",
      "default": false
    },
    "isFullHeight": {
      "type": "boolean",
      "default": false
    },
    "isDoubleHeight": {
      "type": "boolean",
      "default": false
    },
    "isFullWidthOnMobile": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "color": {
      "background": true,
      "text": false
    },
    "spacing": {
      "padding": true
    }
  }
}
