VirtusLab-Open-Source / strapi-plugin-navigation

A plugin for Strapi Headless CMS that provides navigation / menu builder feature with their possibility to control the audience and different output structure renderers like (flat, tree and RFR - ready for handling by Redux First Router)
MIT License
308 stars 57 forks source link

Being able to nest whole collections under navigation items directly, instead of doing it one by one #435

Open nimame opened 3 months ago

nimame commented 3 months ago

Let's say you have a navigation with a path /blog/ (wrapper or internal source). It would be nice, if there was a way to assign all items of some type, e.g. blogArticle (collection-type), as nested items to that path, so that this wouldn't have to be done manually.

Not sure if that makes sense given the technical design of the plugin, but it would be very helpful.