{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/profile-leitung",
  "parent": ["yellowtree/mobile-slider"],
  "title": "Leitung",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": ["Profil", "Angestellte"],
  "attributes": {
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageId": {
      "type": "number"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "name": {
      "type": "string",
      "source": "text",
      "selector": "h3"
    },
    "role": {
      "type": "string",
      "source": "text",
      "selector": "p"
    }
  },
  "supports": {
    "className": true,
    "inserter": true
  },
  "usesContext": ["postId", "postType"]
}
