core/common/ApplicationOptions.ts
Properties |
|
Optional brandingCssVars |
brandingCssVars:
|
Type : BrandingCssVars
|
Object with properties that will be converted to CSS custom variables. |
Optional brandingEntry |
brandingEntry:
|
Type : string
|
Path to the branding entry file. |
Optional brandingUrl |
brandingUrl:
|
Type : string
|
URL to *.css file which will replace default branding. |
Optional breadcrumbs |
breadcrumbs:
|
Type : boolean
|
Enable or disable breadcrumbs in the header for groups and devices (default: false). |
Optional companyName |
companyName:
|
Type : string
|
Name of company handling support requests from app users (displayed in notification message). |
Optional contentSecurityPolicy |
contentSecurityPolicy:
|
Type : string
|
CSP string to be applied to |
contextPath |
contextPath:
|
Type : string
|
Application context path (saved to the server). |
Optional cookieBanner |
cookieBanner:
|
Type : CookieBannerConfiguration
|
Cookie Banner configuration |
Optional cookiePreferences |
cookiePreferences:
|
Type : CookiePreferencesConfiguration
|
Cookie preferences configuration. Here you can enable or disable cookie categories |
Optional docs |
docs:
|
Type : Docs
|
Documentation links settings. |
Optional docsBaseUrl |
docsBaseUrl:
|
Type : string
|
Base URL for documentation links. |
Optional dynamicOptionsUrl |
dynamicOptionsUrl:
|
Type : string
|
URL to dynamically fetched options. |
Optional entryModule |
entryModule:
|
Type : string
|
Entry module for Angular compiler (only used with lazy loaded routes), e.g. |
Optional exports |
exports:
|
Type : [literal type]
|
Module export for micro frontends |
Optional extraCssUrls |
extraCssUrls:
|
Type : string[]
|
Array of URLs to additional *.css files to be loaded at runtime. |
Optional faviconUrl |
faviconUrl:
|
Type : string
|
URL to favicon. |
Optional gainsightKey |
gainsightKey:
|
Type : string
|
A key for the product experience software Gainsight. |
Optional globalTitle |
globalTitle:
|
Type : string
|
HTML page title. |
Optional guideHrefTemplate |
guideHrefTemplate:
|
Type : string
|
URL template for documentation links (default: |
Optional hideNavigator |
hideNavigator:
|
Type : boolean
|
Collapse navigator on initial load. |
Optional hidePowered |
hidePowered:
|
Type : boolean
|
Hide "powered by" and version info at the bottom of the navigator and in the user menu. |
Optional i18nExtra |
i18nExtra:
|
Type : I18nExtra
|
Allows for adding custom translations. It is an optional property. Its keys are language codes (https://cumulocity.com/guides/users-guide/getting-started/#a-name-languages-a-available-languages) and its values are objects with key-value pairs, where the key is the original string in English and the value - its translation.
For example you can add the translation of your custom cookie banner configured in the branding settings:
|
Optional icon |
icon:
|
Type : Icon
|
Application icon to be displayed in app switcher and header bar. |
Optional imports |
imports:
|
Type : literal type
|
List of imported plugins. |
Optional indexTemplate |
indexTemplate:
|
Type : string
|
Path to custom index.html (otherwise default one will be used). |
key |
key:
|
Type : string
|
Application key (saved to the server). |
Optional languages |
languages:
|
Type : Languages
|
Allows for adding or overriding languages available in the application. Its keys are language codes and its values are objects with the following properties:
Example:
|
Optional localePath |
localePath:
|
Type : string
|
Path to the folder from which *.po files will be loaded. |
Optional loginExtraLink |
loginExtraLink:
|
Type : LoginExtraLink
|
Additional link to display on login screen. |
name |
name:
|
Type : string
|
Application name (saved to the server). |
Optional newsletter |
newsletter:
|
Type : boolean
|
Show or hide a newsletter subscription checkbox in edit user modal. |
Optional noAppSwitcher |
noAppSwitcher:
|
Type : boolean
|
Hide application in app switcher (saved to the server). |
Optional rightDrawer |
rightDrawer:
|
Type : boolean
|
Enable or disable the right drawer. |
Optional rootNodeModulesPath |
rootNodeModulesPath:
|
Type : string
|
Path to the root node_modules dir (useful when working in monorepo setup, e.g. yarn workspaces). |
Optional sensorPhone |
sensorPhone:
|
Type : boolean
|
Enables cloud sensor wizard |
Optional storageLimitationFeatureEnabled |
storageLimitationFeatureEnabled:
|
Type : boolean
|
Enable or disable storage limitation feature. |
Optional supportUrl |
supportUrl:
|
Type : boolean | string
|
URL to support page (set to |
Optional supportUserString |
supportUserString:
|
Type : string
|
Replacement string for |
Optional tabsHorizontal |
tabsHorizontal:
|
Type : boolean
|
Show tabs horizontally or vertically. |
Optional tsConfigPath |
tsConfigPath:
|
Type : string
|
Path to tsccnfig.json file if TypeScript is used (default: ./tsconfig.json). |
Optional upgrade |
upgrade:
|
Type : boolean
|
Set to |