Builtin Bootstrap

Builtin Bootstrap Icons Library (default)

These options control the default icon library used by Shoelace. Shoelace makes 1,500 icons from the Bootstrap Icons project available.

JSON Schema

Definition
{
  "$id": "https://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/default/schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "description": "Settings for the builtin icons library.\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/default/",
  "properties": {
    "aliases": {
      "default": [],
      "description": "Define any number of aliases for the icon library\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/default/#aliases",
      "items": {
        "type": "string"
      },
      "title": "Library Aliases",
      "type": "array"
    },
    "enabled": {
      "default": true,
      "description": "Choose whether to enable the icon library\n\nhttps://platen.io/modules/platen/config/site/features/shoelace/icon_libraries/default/#enabled",
      "title": "Enable Library",
      "type": "boolean"
    }
  },
  "title": "Builtin Bootstrap Icons Library",
  "type": "object"
}

Enable Library (enabled)

Use this setting to choose whether the icon library is available.

Library Aliases (aliases)

Use this setting to specify alternate short names for the library. You can use these names instead of the full library name when specifying the library in your markup or other settings.

Edit this page