/* eslint-disable */
// This file is autogenerated from block.json on every page load. Don't modify!

type BlockConfiguration = {
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/teacher-infos",
  "title": "Mitarbeiter: Infos",
  "category": "yt-teacher",
  "icon": "block-default",
  "supports": {
    "multiple": false,
    "inserter": false
  },
  "usesContext": [
    "postId",
    "postType"
  ]
}

export type BlockAttributes = {

}

declare const config: BlockConfiguration
export default config
