/* 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/download-link",
  "title": "Download link",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": [
    "DownLoadLinks",
    "Links",
    "Download"
  ],
  "attributes": {
    "fileUrl": {
      "type": "string",
      "source": "attribute",
      "selector": "a",
      "attribute": "href"
    },
    "fileThumbnailId": {
      "type": "number"
    },
    "fileThumbnailAlt": {
      "type": "string",
      "source": "attribute",
      "selector": "a",
      "attribute": "alt"
    },
    "fileThumbnail": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "title": {
      "type": "string",
      "source": "text",
      "selector": "p.copy-s"
    }
  },
  "supports": {
    "className": true,
    "color": {
      "text": true,
      "background": false
    }
  }
}

export type BlockAttributes = {
  fileUrl?: string
  fileThumbnailId?: number
  fileThumbnailAlt?: string
  fileThumbnail?: string
  title?: string
}

declare const config: BlockConfiguration
export default config
