{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/marketing-button",
  "title": "Marketing Button",
  "textdomain": "blockons",
  "icon": "button",
  "category": "blockons-category",
  "keywords": [
    "marketing",
    "button",
    "cta",
    "banner",
    "blockons"
  ],
  "attributes": {
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "buttonAlign": {
      "type": "string",
      "default": "left"
    },
    "mbMinWidth": {
      "type": "number",
      "default": 200
    },
    "mbMinHeight": {
      "type": "number",
      "default": 50
    },
    "linkTo": {
      "type": "string",
      "default": ""
    },
    "linkTarget": {
      "type": "boolean",
      "default": false
    },
    "layout": {
      "type": "string",
      "default": "one"
    },
    "hasIcon": {
      "type": "boolean",
      "default": true
    },
    "theIcon": {
      "type": "string",
      "default": "arrow-right"
    },
    "customIcon": {
      "type": "boolean",
      "default": false
    },
    "customIconName": {
      "type": "string",
      "default": "seedling"
    },
    "iconPosition": {
      "type": "string",
      "default": "one"
    },
    "iconSize": {
      "type": "number",
      "default": 16
    },
    "iconSpacing": {
      "type": "number",
      "default": 8
    },
    "title": {
      "type": "string",
      "default": "GRAB this offer now!"
    },
    "showSubText": {
      "type": "boolean",
      "default": true
    },
    "subText": {
      "type": "string",
      "default": "Valid only until July 28th"
    },
    "bRadius": {
      "type": "number",
      "default": 3
    },
    "vertPad": {
      "type": "number",
      "default": 15
    },
    "horizPad": {
      "type": "number",
      "default": 18
    },
    "bgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "borderColor": {
      "type": "string",
      "default": "#a223a1"
    },
    "titleColor": {
      "type": "string",
      "default": "#000"
    },
    "textColor": {
      "type": "string",
      "default": "#656565"
    },
    "iconColor": {
      "type": "string",
      "default": "#a223a1"
    },
    "titleSize": {
      "type": "number",
      "default": 19
    },
    "textSize": {
      "type": "number",
      "default": 14
    }
  },
  "example": {
    "attributes": {
      "alignment": "left",
      "title": "GRAB this offer now!",
      "subText": "Valid only until July 28th"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome"
  ]
}