[MGNLUI-6669] DOC: Configuring App launcher via YAML Created: 23/Apr/21  Updated: 03/May/21  Resolved: 03/May/21

Status: Closed
Project: Magnolia UI
Component/s: None
Affects Version/s: 6.2.8
Fix Version/s: None

Type: Task Priority: Neutral
Reporter: Ashraf Khamis Assignee: Ashraf Khamis
Resolution: Done Votes: 0
Labels: app-configuration, content-app, new-UI-framework
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
documentation
documents MGNLUI-5394 Migrate app launcher layout config in... Closed
Template:
Acceptance criteria:
Empty
Task DoR:
Empty
Epic Link: Migrate UI FW internals
Sprint: UI FW 27
Story Points: 2

 Description   

https://docs.magnolia-cms.com/product-docs/Apps/App-configuration/App-launcher-layout.html

You can now configure the App launcher via decoration:

magnolia-personalization-personas-app/src/main/resources/personalization-personas-app/decorations/admincentral/config.yaml

appLauncherLayout:
  hiddenApps: 
    - notifications
  groups:
    - name: target
      apps:
        - name: personas-app

You can specify the order of apps by providing a complete list of apps in a group usingĀ !override:

magnolia-personalization-segmentation-app/src/main/resources/personalization-segmentation-app/decorations/admincentral/config.yaml

appLauncherLayout:
  groups:
    - name: target
      apps: !override
        - name: preview-app
        - name: personas-app
        - name: segmentation-app

You can still use the old App launcher configuration in JCR. Be aware that the order of apps comes from both the new and old configurations (first the apps in YAML, then the apps in JCR).



 Comments   
Comment by Ashraf Khamis [ 03/May/21 ]

Added how to configure the App launcher via YAML along with example definitions to https://docs.magnolia-cms.com/product-docs/Apps/App-configuration/App-launcher-layout.html.

Reviewed by Roman.

Generated at Mon Feb 12 09:38:49 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.