{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/teacher-header",
  "title": "Angestellte: Info",
  "category": "yt-teacher",
  "icon": "block-default",
  "supports": {
    "multiple": false,
    "inserter": false
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".teacher-content"
    }
  },
  "usesContext": ["postId", "postType"]
}
