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

When setting nagivation groups for standard pages in front matter the dropdown subdirectory setting is required #1515

Closed
caendesilva opened this issue Jan 30, 2024 · 0 comments · Fixed by #1703 or #1779

Comments

@caendesilva
Copy link
Member

Using the following in _pages/page.md

---
navigation.group: My Group
---

Has no effect unless the following is set in config/hyde.php

'navigation' => [
    'subdirectories' => 'dropdown',
]

This feels wrong, since this does not necessarily mean the user wants to use subdirectories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant