Information Banner

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

Changing the configuration or the language files doesn't require you to restart Signing Workflow. You only have to refresh the webpage. If the files listed below does not exist, simply create them. The "en" folder represents the language and could be replaced with "sv" for Swedish etc.

# overlay/settings/config.json
{
  "showBanner": true
}
Click to copy
# overlay/lang/en/strings.json

{
  "banner": {
    "header": "Important example information",
    "text": "This example is relevant to all users"
  }
}
Click to copy