-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix problem with lack of Navigation Menu #106
Comments
I took a wild guess at one possible answer for the page example module. I submitted a PR and would love some feedback. |
I find that sentence a little "fuzzy": It is not clear if code needs to be changed in Backdrop core or in the Example modules. IMO, the |
While I think the routes added from the example modules should be visible in a menu, I prefer not to show them in the Primary navigation menu, where other menu items could be present. Instead, I would show them in an Examples menu create by the Examples for Developers module, which essentially is the main module for this project. |
Yes, to my knowledge this is a problem for all submodules. I think that the problem is that currently all submodules are creating links on this internal hidden menu and that we need to decide what the best alternative would be for Backdrop CMS.
I'm a little unsure of exactly what you are suggesting here. Links need to appear on menus, so the question is which menu to add links for the example menu. Having these links on a page is not helpful, unless there is a link in the main menu to that page. If you could do a PR with a example of what you have in mind that might be helpful. But, I will also try to work on a suggested solution. @docwilmot Do you have thoughts on this? (Responding to comments posted in: #105) |
To get examples module links to appear in a menu, we We have two main options I can think of:
If we choose either of the above, we could: a. create a new menu to put example links into (this would need to be done in every single Example, if we choose 1 above) I'm partial to 1+C. Change all links to
But 2+C is close too. |
The readme says
What does it mean, "until somebody updates the code."?
I've spend quite a bit of time tonight trying to use these modules to understand how menu items are being created. I'm tempted to try and help fix this problem, but I need some tips on what the fix is?
I guess, since there is no Navigation Menu, we need to start by deciding where these menu items should show up?
The text was updated successfully, but these errors were encountered: