How to make a third level menu in navigation?

Hi all. How to make a third level menu in navigation?
5 Replies
Jakub
Jakub6mo ago
@Szilárd every find out how to do this?
Szilárd
SzilárdOP6mo ago
on V2 i dont find a solution on V3
protected static ?string $navigationParentItem = null;
protected static ?string $navigationParentItem = null;
Jakub
Jakub6mo ago
@Szilárd Just to confirm I am understanding 3rd level correctly. Level 1: group is projects Level 2: is project LEvel 3: i wanted to make it so that that can be opened and have list of items in there
No description
Szilárd
SzilárdOP6mo ago
yeah exactly
toeknee
toeknee6mo ago
For v2 it can work, but you need to manually build the menu structure and sub nest it with groups. I did it once, with v3 it's as above.

Did you find this page helpful?