Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum of nested Level in Navbar should be assigned by global config file. #131

Open
mildronize opened this issue Aug 17, 2021 · 0 comments

Comments

@mildronize
Copy link
Collaborator

Problem

As you can see in the code: /src/components/Sidebar/contentTree.js

// ...
// Maximum Deep level of render Nav menu (Start with 0)
const limitDeepLevel = 3;
// ...

this setting is not assigned by global config file.

Expected Behavior

It should be assign in file /config/config.yml

# ...
features:
  sidebar: 
    limitDeepLevel: 3  # Maximum Deep level of render Nav menu (Start with 0)
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant