{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/full-two-column",
  "title": "2-Spalter Full-Size",
  "category": "layout",
  "icon": "block-default",
  "description": "",
  "keywords": ["2", "Spalter", "Bild", "zwei"],
  "attributes": {
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "heading": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "image-right": {
      "type": "boolean",
      "default": false
    },
    "decoration": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "color": {
      "background": true,
      "text": false
    },
    "spacing": {
      "padding": true
    }
  }
}
