{
  "apiVersion": 3,
  "name": "b-blocks/button",
  "title": "Button",
  "description": "Implement multi-functional button.",
  "category": "bBlocks",
  "keywords": [
    "multi-functional button",
    "download button",
    "link button"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "text": {
      "type": "string",
      "default": "Button"
    },
    "actionType": {
      "type": "string",
      "default": "link"
    },
    "security": {
      "type": "string",
      "default": "none"
    },
    "securityPassword": {
      "type": "string",
      "default": ""
    },
    "securityRole": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "tooltip": {
      "type": "string",
      "default": ""
    },
    "tooltipPos": {
      "type": "string",
      "default": "top"
    },
    "target": {
      "type": "string",
      "default": "_self"
    },
    "attrs": {
      "type": "object",
      "default": {
        "rel": "noreferrer",
        "referrerpolicy": "no-referrer"
      }
    },
    "hideOn": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "isDownload": {
      "type": "boolean",
      "default": false
    },
    "downloadFileName": {
      "type": "string",
      "default": ""
    },
    "isUpIcon": {
      "type": "boolean",
      "default": false
    },
    "icon": {
      "type": "object",
      "default": {
        "class": "fa fa-paper-plane"
      }
    },
    "upIcon": {
      "type": "object",
      "default": {
        "id": null,
        "url": "",
        "alt": "",
        "title": ""
      }
    },
    "iconPos": {
      "type": "string",
      "default": "left"
    },
    "type": {
      "type": "string",
      "default": "flat"
    },
    "isFullWidth": {
      "type": "boolean",
      "default": false
    },
    "size": {
      "type": "string",
      "default": "medium"
    },
    "popup": {
      "type": "object",
      "default": {
        "type": "image",
        "content": "",
        "caption": "",
        "width": "",
        "videoOptions": {
          "autoplay": false
        }
      }
    },
    "animationType": {
      "type": "string",
      "default": ""
    },
    "animationDuration": {
      "type": "number",
      "default": 0.4
    },
    "addID": {
      "type": "string",
      "default": ""
    },
    "addCSS": {
      "type": "string",
      "default": ""
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "typography": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": "16px"
        },
        "fontWeight": 600,
        "textDecoration": "none"
      }
    },
    "colors": {
      "type": "object",
      "default": {
        "color": "#fff",
        "bg": "#146EF5"
      }
    },
    "hovColors": {
      "type": "object",
      "default": {
        "color": "#fff",
        "bg": "#FF7A00"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "vertical": "12px",
        "horizontal": "24px"
      }
    },
    "border": {
      "type": "object",
      "default": {
        "radius": "5px"
      }
    },
    "shadow": {
      "type": "array",
      "default": []
    },
    "buttonHover": {
      "type": "object",
      "default": {
        "padding": {},
        "shadow": [],
        "border": {}
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:../index.js",
  "style": [
    "file:./view.css",
    "fontAwesome",
    "aos"
  ],
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "aos",
    "wp-util"
  ]
}