{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "23.0.1",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/items-banner",
  "title": "Banner",
  "description": "It is a child block of the items block.",
  "category": "smb",
  "parent": [
    "snow-monkey-blocks/items"
  ],
  "attributes": {
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".smb-items__banner__title",
      "default": "",
      "role": "content"
    },
    "lede": {
      "type": "string",
      "source": "html",
      "selector": ".smb-items__banner__lede",
      "default": "",
      "role": "content"
    },
    "url": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__banner__action a",
      "attribute": "href",
      "role": "content"
    },
    "target": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__banner__action a",
      "attribute": "target",
      "default": "_self"
    },
    "blur": {
      "type": "boolean",
      "default": false
    },
    "textColor": {
      "type": "string"
    },
    "maskColor": {
      "type": "string"
    },
    "maskGradientColor": {
      "type": "string"
    },
    "maskOpacity": {
      "type": "number",
      "default": 1
    },
    "imageSize": {
      "type": "string",
      "default": "default"
    },
    "imageID": {
      "type": "number",
      "default": 0,
      "role": "content"
    },
    "imageURL": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__banner__figure > img",
      "attribute": "src",
      "default": "",
      "role": "content"
    },
    "imageAlt": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__banner__figure > img",
      "attribute": "alt",
      "default": "",
      "role": "content"
    },
    "imageWidth": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__banner__figure > img",
      "attribute": "width",
      "default": ""
    },
    "imageHeight": {
      "type": "string",
      "source": "attribute",
      "selector": ".smb-items__banner__figure > img",
      "attribute": "height",
      "default": ""
    },
    "imageSizeSlug": {
      "type": "string",
      "default": "full"
    },
    "contentsAlignment": {
      "type": "string"
    },
    "contentPosition": {
      "type": "string",
      "default": "center-left"
    }
  },
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js"
}