In Navigation, possibility for page as Parent Navigation Item for other pages?

105 Views Asked by At

Through the admin GUI I want to use a page as Parent Navigation Item for a set of other pages. Instead of a Container.

Is there a way to make this possible?

1

There are 1 best solutions below

1
On

First, you would have to create a plugin that overrides the dropdown template, since Bootstrap doesn't have clickable dropdowns in the navbar by default.

Then you would want the plugin to override the navigation form to show the Link field when navItem.type is "container".

Lastly, your plugin would need its own getBootstrapNav function, preferably in a custom service, that would inject the link into the dropdown item.