{
  "$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
    }
  }
}
