Retract a section when I open another section #5335
-
Hello people. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Navigation sections are closed when navigating, i.e., only the active path is opened, unless |
Beta Was this translation helpful? Give feedback.
Navigation sections are closed when navigating, i.e., only the active path is opened, unless
navigation.expand
is set. If you want to close the section on expansion/collapsing without navigation, you could implement this yourself with additional JavaScript.