Centralized
One way to create a subsub-menu structure is ‘all in one place’. This file specifies the menu for all items below the section Centralized
Advantage
The subsub items of this sub-item do not need a menuSubs entry in their YAML frontmatter.
Disadvantage
The URL of the target must be specified
YAML
The relevant YAML frontmatter for this page is:
---
layout: page
menuInclude: yes
menuTopTitle: Menus
menuSubs:
- title: Centralized
index: 3
sub:
- title: Centralized - item 1
url: /pages/menus/subsubmenu3-1.html
- title: Centralized - item 2
url: /pages/menus/subsubmenu3-2.html
---