{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "firebox/icon",
  "version": "1.0.0",
  "title": "Icon",
  "description": "An advanced Icon block.",
  "category": "firebox",
  "keywords": [
    "icon",
    "icons"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "icon": {
      "type": "object",
      "default": {
        "value": "address-card",
        "label": "address-card"
      }
    },
    "iconContent": {
      "type": "string",
      "default": ""
    },
    "iconViewbox": {
      "type": "string",
      "default": ""
    },
    "color": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "size": {
      "type": "object",
      "default": {
        "desktop": 40,
        "tablet": "",
        "mobile": ""
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "align": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "visibility": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "iconBorderColor": {
      "type": "string",
      "default": ""
    },
    "iconBorderWidth": {
      "type": "number",
      "default": 0
    },
    "iconBorderStyle": {
      "type": "string",
      "default": "none"
    },
    "iconBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "tablet": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "mobile": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "linked": true
      }
    },
    "boxShadow": {
      "type": "object",
      "default": {
        "desktop": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "tablet": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "mobile": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        }
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "fb-block-icon"
}