<General>
The General
element contains configuration definitions of the general appearance of the Web App, such as the favicon, the display name or whether headers and footers are displayed.
Attribute | Description |
---|---|
displayName | Display name of the web app. Displayed in the browser tab or title bar. If no value is set, the default value "My New Web App" is set. Possible values: Any string |
enableOverlayBlurredBackground | Specify whether the background should be blurred or clear when displaying overlay structure elements. Possible values:
|
faviconUrl | Path to the graphic file (.gif, .ico, .png, or .svg) that will be used as the Web App's favicon. The file must be contained in the Possible values: String (URI) |
logoUrl | Path to the graphic file (.gif, .png, or .svg) or specification of a Material Icon that will be used as the Web App logo. Note:
Possible values:
Additional information: With Note: The logo is always displayed with a height of 45 pixels. The graphic file used as the logo is automatically scaled. |
logoColor | Defines the color of the logo in the application. You can only use this attribute to change the color of a logo you added with a Material Icon to Note: This setting overwrites the default color of the color scheme. Possible values:
|
showFooter | Defines whether the footer of the web application is displayed. Possible values: Note: If there are actions in the displayed component, the footer is displayed in the mobile view independently of the value of the attribute. |
showHeader | Defines whether the header of the web application is displayed. Possible values: |
imprintLink | Links external pages as imprint. |
dprLink | Links external pages as data protection statement. |
enableCookieConsent | Defines whether the cookie consent pop-up is displayed. Possible values: |
enableURLParameters | Defines whether data is to be transferred to a Web App when calling the Web App. Note: You can change this flag at runtime using the Web App Configuration Management adapter. Possible values: |