app/welcome/scripts/config.js. The following configuration options are
available:
Custom links
Can be used to add some useful links for the user, such as other applications or intranet sites.Example
Logo and Header Color
You can change the visual aspects of Welcome. The user stylesheet file is located inapp/welcome/styles/user-styles.css. This file contains CSS which is loaded into Welcome
and can override the standard styles.
app/welcome/scripts/config.js configuration file as follow:
Localization
Welcome can be localized. ASEE Flow maintains English and German translation files. You can find and download community maintained translation files at the ASEE Flow webapp translations repository. The localization of the Welcome application is contained in theapp/welcome/locales/ directory. This
directory contains a separate localization file for every available language. The file name
consists of the language code and the suffix .json (e.g., en.json).
The Welcome application uses a locale file corresponding to the language settings of the browser. You can
set the availableLocales property in the configuration file to provide a list of available
locales. Every locale which is contained in this list must have a locale file in the locales
directory with the corresponding language code.
If the browser uses a language which is not available, the Welcome application uses the locale which is
defined via the fallbackLocale property in the configuration file:
Change CSRF Cookie Name
The default name of the CSRF Cookie isXSRF-TOKEN. When using other applications within the
same-origin, the CSRF mechanisms could interfere with each other. To avoid the name conflict, you
can change the name of the CSRF cookie in the config.js file as follows:
Disable Welcome Message for new Users
First-time visitors are shown a message directing them to the camunda welcome page. If you do not want this message to be shown, you can disable it by adjusting theconfig.js as follows: