/* 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/missionary-info",
  "title": "Missionary: Info",
  "category": "yt-missionary",
  "icon": "block-default",
  "supports": {
    "multiple": false,
    "inserter": false
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".missionary-content"
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ]
}

export type BlockAttributes = {
  content?: string
}

declare const config: BlockConfiguration
export default config
