{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hashbar/hashbar-promo-banner",
  "title": "Hashbar Promo Banner",
  "icon": "align-full-width",
  "category": "hashbar-blocks",
  "keywords": [
    "hashbar",
    "promo",
    "banner"
  ],
  "textdomain": "hashbar",
  "editorScript": "file:./index.js",
  "attributes": {
    "promoTitle": {
      "type": "string",
      "default": "Add Promo Title"
    },
    "promoSummery": {
      "type": "string",
      "default": "Add Promo Content"
    },
    "promobtnTxt": {
      "type": "string",
      "default": "Button"
    },
    "openNewTab": {
      "type": "string",
      "default": "no"
    },
    "promobtnLink": {
      "type": "string",
      "default": "#"
    },
    "promobtnTxtColor": {
      "type": "string",
      "default": "#1D1E22"
    },
    "promobtnBgColor": {
      "type": "string",
      "default": "#fff"
    },
    "promoBgColor": {
      "type": "string",
      "default": "#FB3555"
    },
    "promoTitleColor": {
      "type": "string",
      "default": "#fff"
    },
    "promoContentColor": {
      "type": "string",
      "default": "#fff"
    },
    "promoTitleFontSize": {
      "type": "string",
      "default": "22px"
    },
    "promoContentFontSize": {
      "type": "string",
      "default": "17px"
    },
    "bannerBorderRadius": {
      "type": "number",
      "default": 6
    },
    "promoBannerWidth": {
      "type": "number",
      "default": 250
    },
    "bannerBgImage": {
      "type": "object",
      "default": {}
    },
    "imgOpacityValue": {
      "type": "number",
      "default": 0
    }
  }
}