/* 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-slider",
  "title": "2-Spalter Text-Slider",
  "category": "layout",
  "icon": "block-default",
  "description": "",
  "keywords": [
    "2",
    "Spalter",
    "Bild",
    "zwei",
    "Slider",
    "Text"
  ],
  "attributes": {
    "imageUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "heading": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "image-right": {
      "type": "boolean",
      "default": false
    },
    "decoration": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "color": {
      "background": true,
      "text": false
    },
    "spacing": {
      "padding": true
    },
    "inserter": true
  }
}

export type BlockAttributes = {
  imageUrl?: string
  imageAlt?: string
  heading?: string
  text?: string
  "image-right"?: boolean
  decoration?: boolean
}

declare const config: BlockConfiguration
export default config
