-
Templating and Integration Guide
- Part 1: Concepts
- Part 2: Modules
- Part 3: Templates and Studio
- Part 4: Content Definitions and Views
- Part 5: Advanced Techniques
- Part 6: Setting up an integration environment
- Part 7: Step by step integration
- Further reading and resources
Managing and customizing navigation menus
Basically, in Jahia, menus are created in two major steps.
- In the studio drop and configure a menu component in your template.
- In edit mode add a menu item (such as pages or links) and, if needed, select the menu where it should appear.
We will now go into the details of these two steps, in order to illustrate how this may be achieved. So let’s create a menu for your site, based on the out-of-the-box menus.
-
In the Studio, drag and drop a menu (Navigation menu) in your page
.![jahia6_6_integration_en-61.png [image]](/files/live/sites/jahiacom/files/documentation/6.6/en/images/IntegrationGuide/jahia6_6_integration_en-61.png)
-
Properties to set in the form:
- Baseline node: defines the root node of the menu, it is the level 0 of your menu
- Max depth: sets how deep the menu will display items.
- Start level: sets the level the menu have to start display items
- View of the menu items: defines the view used to display menu items (menuElement is the default)
- Style that surround the menu: defines the class around the menu. This style must be declared in your CSS file
-
Unique <div> ID defined in the page to reference this menu: defines the id around the menu
![jahia6_6_integration_en-62.png [image]](/files/live/sites/jahiacom/files/documentation/6.6/en/images/IntegrationGuide/jahia6_6_integration_en-62.png)
-
Add items from edit mode. When you create one of the following:
- Pages
- External link
- Internal links
- Menu labels
Jahia creates automatically a menu entry. When created, an entry will appear in all menus (if several menus exist) present in the page that matches the menu levels previously defined in the studio. If you want the items to only be displayed in certain menus, you need to check the “Select this option if you want to specify the menu where this item should appear”, then select the menus you want.

