{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/wc-account-icon",
  "title": "WooCommerce Account Icon",
  "textdomain": "blockons",
  "icon": "admin-users",
  "category": "blockons-category",
  "keywords": [
    "account",
    "icon",
    "profile",
    "woocommerce",
    "wc",
    "blockons"
  ],
  "attributes": {
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "accountUrl": {
      "type": "string",
      "default": ""
    },
    "hasDropdown": {
      "type": "boolean",
      "default": false
    },
    "dropPosition": {
      "type": "string",
      "default": "bottomleft"
    },
    "showDashboard": {
      "type": "boolean",
      "default": true
    },
    "showOrders": {
      "type": "boolean",
      "default": true
    },
    "showDownloads": {
      "type": "boolean",
      "default": true
    },
    "showAddresses": {
      "type": "boolean",
      "default": true
    },
    "showAccountDetails": {
      "type": "boolean",
      "default": true
    },
    "showLogout": {
      "type": "boolean",
      "default": true
    },
    "textDashboard": {
      "type": "string",
      "default": "Dashboard"
    },
    "textOrders": {
      "type": "string",
      "default": "Orders"
    },
    "textDownloads": {
      "type": "string",
      "default": "Downloads"
    },
    "textAddresses": {
      "type": "string",
      "default": "Addresses"
    },
    "textAccountDetails": {
      "type": "string",
      "default": "Account Details"
    },
    "textLogout": {
      "type": "string",
      "default": "Logout"
    },
    "icon": {
      "type": "string",
      "default": "fa-regular fa-user"
    },
    "iconSize": {
      "type": "number",
      "default": 20
    },
    "iconPadding": {
      "type": "number",
      "default": 15
    },
    "customIcon": {
      "type": "string",
      "default": "fa-regular fa-face-smile"
    },
    "iconBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "iconColor": {
      "type": "string",
      "default": "#000"
    },
    "dropBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "dropColor": {
      "type": "string",
      "default": "#747474"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "script": "blockons-wc-account-icon",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome"
  ]
}