/* 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/profile-missionary",
  "parent": [
    "yellowtree/missionaries-wrapper"
  ],
  "title": "Missionare/Missionarinnen Profile",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": [
    "Profil",
    "Missionar"
  ],
  "attributes": {
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageId": {
      "type": "number"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "first_name": {
      "type": "string",
      "source": "text",
      "selector": "h3"
    },
    "last_name": {
      "type": "string",
      "source": "text",
      "selector": "h3"
    },
    "role": {
      "type": "string",
      "source": "text",
      "selector": "p"
    },
    "showInEditor": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "className": true,
    "inserter": true
  },
  "usesContext": [
    "postId",
    "postType"
  ]
}

export type BlockAttributes = {
  imageUrl?: string
  imageId?: number
  imageAlt?: string
  first_name?: string
  last_name?: string
  role?: string
  showInEditor?: boolean
}

declare const config: BlockConfiguration
export default config
