/* 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/text-slide",
  "parent": [
    "yellowtree/text-slider"
  ],
  "title": "Text-Slide",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": [
    "Text",
    "Slide"
  ],
  "attributes": {
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "heading": {
      "type": "string"
    },
    "caption": {
      "type": "string"
    }
  },
  "supports": {
    "className": true,
    "inserter": true
  }
}

export type BlockAttributes = {
  imageUrl?: string
  imageAlt?: string
  heading?: string
  caption?: string
}

declare const config: BlockConfiguration
export default config
