{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "23.0.1",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/items-item-block-link",
  "title": "Item (Block Link)",
  "description": "It is a child block of the items block.",
  "category": "smb",
  "parent": [
    "snow-monkey-blocks/items"
  ],
  "attributes": {
    "titleTagName": {
      "type": "string",
      "default": "div"
    },
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".smb-items__item__title",
      "default": "",
      "role": "content"
    },
    "lede": {
      "type": "string",
      "source": "html",
      "selector": ".smb-items__item__lede",
      "default": "",
      "role": "content"
    },
    "summary": {
      "type": "string",
      "source": "html",
      "selector": ".smb-items__item__content",
      "default": "",
      "role": "content"
    },
    "url": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__item__action > a",
      "attribute": "href",
      "role": "content"
    },
    "rel": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__item__action > a",
      "attribute": "rel"
    },
    "target": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__item__action > a",
      "attribute": "target"
    },
    "displayImage": {
      "type": "boolean",
      "default": false
    },
    "imageID": {
      "type": "number",
      "default": 0,
      "role": "content"
    },
    "imageURL": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__item__figure > img",
      "attribute": "src",
      "default": "",
      "role": "content"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__item__figure > img",
      "attribute": "alt",
      "default": "",
      "role": "content"
    },
    "imageWidth": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__item__figure > img",
      "attribute": "width",
      "default": ""
    },
    "imageHeight": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__item__figure > img",
      "attribute": "height",
      "default": ""
    },
    "imageSizeSlug": {
      "type": "string",
      "default": "full"
    },
    "displayBtn": {
      "type": "boolean",
      "default": false
    },
    "btnLabel": {
      "type": "string",
      "source": "html",
      "selector": ".smb-items__item__action > a > span",
      "role": "content"
    },
    "btnBackgroundColor": {
      "type": "string"
    },
    "btnBackgroundGradientColor": {
      "type": "string"
    },
    "btnTextColor": {
      "type": "string"
    },
    "btnSize": {
      "type": "string",
      "default": ""
    },
    "btnBorderRadius": {
      "type": [
        "string",
        "object"
      ]
    },
    "btnWrap": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "color": {
      "__experimentalSkipSerialization": true,
      "background": true,
      "text": true,
      "link": true
    }
  },
  "editorScript": "file:./index.js",
  "viewScript": "file:./view.js"
}