Closed indigo423 closed 8 years ago
In the Plugin configuration, set https://github.com/getgrav/grav-theme-deliver/blob/develop/deliver.yaml#L3 to true.
You can see that option in the Admin, in the theme configuration.
I've found to enable it, but what is the syntax to add a child entry in the navigation menu?
Thank you for your quick response.
The menu will show child pages, so add pages as childs of the top-level page, and they will be added there.
What does it mean "add pages as childs of the top-level page". Is it a subfolder structure or is there an attribute to set?
Add pages inside other pages, in a subfolder structure, like in this example: http://learn.getgrav.org/content/content-pages#folders
Thank you this hint helped. I've searched for child pages in the documentation and this was kind of hard to adapt. Thank you for your patience.
There is a option in the navigation.html.twig which seems to enable dropdown navigation (
theme_config.dropdown.enabled
). I haven't found an example or documentation how to use it?Help appreciated, thank you in advance.