Configuring Custom Menu Options in the Hamburger Menu
PTC Arbortext Content Delivery provides a custom template and custom controller files to include custom menu options in the hamburger menu.
To display a custom menu option in the hamburger menu, you must update the following files:
• The customHamburgerAction.tmpl.html template file located in the directory <INS_HOME>/InS_SW/SW/Applications/Windchill.ear/codebase.war/delivery/custom/templates/scadmin, where <INS_HOME> is the path to the installation directory for PTC Arbortext Content Delivery. The template file is used to display the new hamburger menu option in the PTC Arbortext Content Delivery page.
• The customAdminHamburgerActionController.js controller file located in the directory <INS_HOME>/InS_SW/SW/Applications/Windchill.ear/codebase.war/custom/controllers/scadmin. The controller file is used to display the new hamburger menu option in the PTC Arbortext Content Delivery administration page.
For each custom menu option, you must add a corresponding template and controller entry. The custom menu options appear after the default menu options in the hamburger menu.