Information Banner

It is possible to show an information banner at the top of the page.

To enable this functionality, update your config file found (or could be created) at overlay/settings/config.json and add the following:

{
  "showBanner": true
}

Even if the functionality is enabled, the banner will not show unless there is a translation available. To add language information, use (or add a file) overlay/lang/sv/strings.json and add the following information:

{
  "banner": {
    "header": "Important example header",
    "text": "Thie is the important example information"
  }
}

You can read more about the role-based translations here, but remember that the banner will not show unless there is an available translation for the particular language/role.

Changing the configuration or the language files doesn't require you to restart Signing Workflow, you only have to refresh the webpage.