/* 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/read-more",
  "title": "Read More",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": [
    "Accordion",
    "text",
    "read more",
    "button"
  ],
  "attributes": {
    "buttonText": {
      "type": "string",
      "default": "MEHR LESEN"
    },
    "id": {
      "type": "string",
      "source": "attribute",
      "selector": ".accordion-item",
      "attribute": "id"
    },
    "center": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "color": {
      "background": false,
      "text": true
    }
  }
}

export type BlockAttributes = {
  buttonText?: string
  id?: string
  center?: boolean
}

declare const config: BlockConfiguration
export default config
