{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yuky/icon-font-awesome",
  "title": "Font Awesome",
  "category": "media",
  "description": "Add and customize a Font Awesome icon, rendered as crisp inline SVG.",
  "keywords": [
    "font",
    "awesome",
    "icon",
    "icons",
    "svg",
    "graphic"
  ],
  "textdomain": "icon-font-awesome",
  "attributes": {
    "iconName": {
      "type": "string"
    },
    "iconStyle": {
      "type": "string",
      "default": "solid"
    },
    "iconPath": {
      "type": "string"
    },
    "iconWidth": {
      "type": "number"
    },
    "iconHeight": {
      "type": "number"
    },
    "iconLabel": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "isDecorative": {
      "type": "boolean",
      "default": false
    },
    "title": {
      "type": "string"
    },
    "justification": {
      "type": "string"
    },
    "fontSize": {
      "type": "number",
      "default": 45
    },
    "color": {
      "type": "string",
      "default": "#333"
    },
    "hoverColor": {
      "type": "string",
      "default": "#333"
    },
    "linkUrl": {
      "type": "string"
    },
    "linkTarget": {
      "type": "string"
    },
    "linkRel": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}