You can use configuration parameters to configure different aspects of the launchpad.
Parameter | Path | Description |
---|---|---|
runStandaloneAppFolderWhitelist |
This parameter allows you to control the list of locations from where apps can be run in standalone mode. Default values for this parameter are provided by SAP in the FioriLaunchpad.html file. You can override these default settings in a launchpad configuration file. Allowed values are name-value pairs where the name is a path, and the value is true or false. For a code example, see Security Aspects for Standalone Applications. |
|
enablePersonalization | This parameter determines whether the end user can personalize the
home page. When set to true, the end user can perform
the following actions:
For more information, see Personalizing the Home Page. |
|
enableSetTheme | This parameter determines whether the end user can set the theme in
the User Preferences dialog. When set to true, the end user can select the theme to use. When set to false, the end user can see the current theme, but cannot select a different one. For more information, see Setting a Theme. |
|
enableSearch | This parameter determines whether the search option is displayed in the launchpad header bar. | |
enableHideGroups | This parameter determines whether the end user can hide groups on the
home page. When set to true, the Hide Groups option is displayed in the Options menu. For more information, see Hiding Groups. |
|
enableTileOpacity | This parameter determines whether tiles are displayed with varying
degrees of opacity, according to the frequency of their usage. When set to true, frequently-used apps visually stand out in comparison to less frequently-used apps, which are more transparent. |
|
enableActionModeMenuButton enableActionModeFloatingButton |
These parameters determine whether the end user can access tile actions. When enableActionModeMenuButton is set to true, the Tile Actions option is displayed in the Options menu. When enableActionModeFloatingButton is set to true, a floating button appears at the bottom right of the screen. If neither of these parameters are set to true, end users will not be able to access tile actions. |