diff --git a/src/app/main/content/components/navigation/navigation.component.html b/src/app/main/content/components/navigation/navigation.component.html index cbb42e13..ab0ccd47 100644 --- a/src/app/main/content/components/navigation/navigation.component.html +++ b/src/app/main/content/components/navigation/navigation.component.html @@ -101,6 +101,23 @@

+
+ +

Vertical Navigation Default Folded Status

+ +

+ It's possible to change the default folded status of the navigation. +

+

+ Edit the main.component.html file and look for the [folded] attribute on + fuse-navbar-vertical components. +

+

+ Assigning true to that attribute will make the vertical navigation folded by default. +

+ +
+

Examples