{
  "type": "element",
  "editingElement": "core",
  "canScale": false,

  "canEditSource": false,
  "gizmo": {
    "title": "Icon",
    "description": "Icon from the full icon library.",
    "icon": "icons:face",
    "color": "yellow",
    "tags": ["Content", "text", "icon"],
    "handles": [],
    "meta": {
      "author": "HAXTheWeb core team",
      "inlineOnly": true,
      "selectionRequired": false
    }
  },
  "settings": {
    "configure": [
      {
        "property": "icon",
        "title": "Icon",
        "description": "Icon to render.",
        "inputMethod": "iconpicker",
        "required": true
      },
      {
        "property": "accentColor",
        "title": "Accent color",
        "description": "Accent color for the icon.",
        "inputMethod": "colorpicker"
      },
      {
        "property": "dark",
        "title": "Dark",
        "description": "Use dark mode (inverted colorset).",
        "inputMethod": "boolean"
      }
    ],
    "advanced": [],
    "developer": []
  },
  "demoSchema": [
    {
      "tag": "simple-icon",
      "content": "",
      "properties": {
        "icon": "hax:2022",
        "accentColor": "purple"
      }
    }
  ]
}
