Magnolia 5.7 reached extended end of life on May 31, 2022. Support for this branch is limited, see End-of-life policy. Please note that to cover the extra maintenance effort, this EEoL period is a paid extension in the life of the branch. Customers who opt for the extended maintenance will need a new license key to run future versions of Magnolia 5.7. If you have any questions or to subscribe to the extended maintenance, please get in touch with your local contact at Magnolia.
The app launcher layout organizes apps into groups and defines what the groups look like. You can find the layout configuration in /modules/ui-admincentral/config/appLauncherLayout
.
Node name | Value |
---|---|
modules | |
ui-admincentral | |
config | |
appLaucherLayout | |
groups | |
edit | |
apps | |
pages | |
assets | |
... | |
color | #9A3332 |
permanent | true |
defaultGroup | edit |
hiddenApps | |
buggy | cookieEditor2 |
Properties:
| required List of app groups. |
| required App group name. This internal name is not displayed to users. Users see the group |
| required List of apps in the group. |
| required Name of an app that belongs to the group. The name must match the name given in the app configuration, for example |
| optional Defines which users can see the app in the app launcher. This allows you to provision the app to a limited group of users in your organization. See App permissions. |
| optional, default is Moves the group to the bottom of the app launcher and sets the groups color to white. Set the property to |
| optional, default is #3e5900 Color of the group box. You can use any valid hex code, RBG value or color name. See Choose a safe app group color. |
| optional Text displayed on the group tile. Use a label that says something common about the apps in the group such as |
| optional, default is Defines whether the group is displayed at the top ( |
defaultGroup | optional Defines the group (one from underneath the |
hiddenApps | optional List of apps to be hidden in the App launcher. |
| optional The value is the name of an app which should not be shown in the App launcher. (The name of the property is arbitrary.) |