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
318 stars 58 forks source link

Allowing entity to be selected multiple times #360

Open alexoesmith opened 1 year ago

alexoesmith commented 1 year ago

Is it possible to allow entities to be selected more than once. For example, adding the same category entity within another nested item?

e.g. New > Clothing > Jeans Used > Clothing > Jeans

Clothing and jeans need to ideally be the same entity to save adding them multiple times.

Thanks.

CodeVoyager commented 12 months ago

Hi @alexoesmith

Current one entity limit per navigation is a left-over from previous Strapi version. There was relation persistence issue when the same entity was used in multiple navigation items.

There's a plan to remove this limitation in near future. At the moment I cannot say for sure when this will happen.

AhmedRyad22 commented 8 months ago

any workaround for this one ? i have the same issue here