{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/header2",
  "title": "Header 2-Spalter",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": ["Header, img, bild"],
  "attributes": {
    "image": {
      "type": "string",
      "default": ""
    },
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageId": {
      "type": "number"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    }
  },
  "supports": {
    "className": false
  }
}
