{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/wc-mini-cart",
  "title": "WooCommerce Mini Cart",
  "textdomain": "blockons",
  "icon": "cart",
  "category": "blockons-category",
  "keywords": [
    "cart",
    "mini cart",
    "woocommerce",
    "wc",
    "blockons"
  ],
  "attributes": {
    "cartLink": {
      "type": "string",
      "default": ""
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "cartType": {
      "type": "string",
      "default": "none"
    },
    "dropPosition": {
      "type": "string",
      "default": "bottom-left"
    },
    "noItems": {
      "type": "boolean",
      "default": false
    },
    "noAmount": {
      "type": "boolean",
      "default": false
    },
    "icon": {
      "type": "string",
      "default": "cart-shopping"
    },
    "iconSize": {
      "type": "number",
      "default": 17
    },
    "layoutSwitch": {
      "type": "boolean",
      "default": false
    },
    "iconPadding": {
      "type": "number",
      "default": 8
    },
    "customIcon": {
      "type": "string",
      "default": "face-smile"
    },
    "iconBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "textColor": {
      "type": "string",
      "default": "#444"
    },
    "iconColor": {
      "type": "string",
      "default": "#000"
    },
    "dropBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "dropColor": {
      "type": "string",
      "default": "#000"
    },
    "dropBtns": {
      "type": "string",
      "default": "dark"
    },
    "isPremium": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "script": "blockons-wc-mini-cart",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome"
  ]
}