Configuring navigation shortcuts for Add-ons and Access Management
When you enable the Add-ons and Access Management features while installing Content Manager, you are required to provide URLs for each service. One use of these URLs is to create shortcuts on the slide-out navigation. If either of the underlying URLs change, you can edit the manifest.xml file to set the appropriate shortcut URL.
Procedure
- On the Content Manager server, navigate to the web\SDL\manifests\wcm\ subfolder of
%TRIDION_HOME%. - In this location, open manifest.xml for editing.
- To configure the shortcut for Add-ons, do the following:
- Find the
applicationEntryPointelement with theidattribute set to the valueAddonService. - Set the value of the
urlattribute to the URL of the installed Add-ons Service.
- Find the
- To configure the shortcut for Access Management, do the following:
- Find the
applicationEntryPointelement with theidattribute set to the valueAccessManagement. - Set the value of the
urlattribute to the URL of the installed Access Management.
- Find the
- Save and close manifest.xml.