Configuration of the Loginapp Design Kit

The Loginapp Design Kit itself is highly configurable through the following configuration file:

copy
$CUSTOM_DIRECTORY/src/sdk/config/custom.sdk.config.js

The table below lists the available customization options.

Customization option

Description

  • To only list pages relevant to the current use cases, the navigation menu can be configured to:
  • Omit standard pages that are not needed.
  • Add custom pages (by URL).

Configures the behavior of individual pages.

  • JavaScript can send REST requests in two ways:
  • By using XMLHttpRequest objects.
  • By using the Fetch API.

The Loginapp Design Kit supports the mocking of both.

  • Configuration of:
  • Build
  • Language
  • Alerts
  • Maintenance messages
  • Buttons
  • Flows

See the configuration file custom.sdk.config.js for details on how to configure these settings.