Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 403 Bytes

SidebarTreeView.md

File metadata and controls

9 lines (6 loc) · 403 Bytes

Adding the page treeview to the sidebar

To add the page treeview, simply include the provided template in templates/navigation/sidebar-menu.html.twig :

{% include 'navigation/markdownPages.html.twig' %}

See UserFrosting documentation for more details on how to add custom entries to the sidebar menu.