rochacbruno-archive / quokka_ng

:hamster: WIP - QuokkaCMS New Generation - Refactor from scratch using TinyDB
Other
73 stars 19 forks source link

list only pages with "show_in_menu" metadata on menu #7

Closed rochacbruno closed 6 years ago

rochacbruno commented 6 years ago

On content/formats add a new field show_in_menu to page form and use it to controll if that page shows in menu by filtering the exporting of MENUITEMS

Itisfilipe commented 6 years ago

One question, MENUITEMS should be exported/filtered in context_processors.py?