Re: Menu tree vs. Path tree

2016-11-30 Thread Angelo Dini
Hello Brian the intended goal of Multiple Menu support is to avoid creating menu entries with reverse id's to for example render /footer/impressum, /footer/about... you will be able to create additional menus /besides "Main Navigation" that than can be used using a template tag, for example {%

Menu tree vs. Path tree

2016-11-30 Thread Brian Rutledge
Given a Page tree with slugs: - section-1 - subsection-1 - page-1 - page-2 - subsection-2 - page-3 - section-2 The path for page-2 would be "/section-1/subsection-1/page-2/". However, I would rather it be "/section-1/page-2/", while maintaining th