strapi-plugin-navigation icon indicating copy to clipboard operation
strapi-plugin-navigation copied to clipboard

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 - read...

Results 52 strapi-plugin-navigation issues
Sort by recently updated
recently updated
newest added

## Ticket https://app.clickup.com/t/2q95fwv ## Summary Unification of slugging logic. Opening this logic for extending (see: README.md). - Slugger available as a controller - Slugger available as a service Depends on:...

Can I render all the items from a particular content type as a drop-down menu? Right now I can choose only one entity. How can I make it display all?...

question
v4

## Ticket NA ## Summary What does this PR do/solve? > Fixes the relations between navigation and navigation items. Before this relation created 2 tables with links, but only saved...

I would like to link the same page in different places within my navigation, which I think is a fairly common use case. However, it seems it is not possible,...

enhancement
feature request
investigation
v4

In my strapi setup i have an entity type called "Page" which has an href as required argument. With this argument i will render all available pages. In my frontend...

enhancement
question
discussion

This is more like an question. Is it possible to fetch more than 1 navigation menu ? And if it is how ? Thanks for reply

feature request
backlog
v4

For related object take into account strapi permissions and publish state this is currently not the case even if it not allowed or not published relational objects will be filled

enhancement
backlog
v4

1. Scroll to the matched element, might be highlighted 2. In case of multiple matches, ENTER should jump between based on the order

enhancement
backlog
v4

I was able to create my navigation structure in the UI Navigation tab that this plugin adds to Strapi admin. However, when I make changes to my navigation (adding new...

question
v4
waiting for feedback

## Ticket NA ## Summary Remove prop drilling from major components. Divide overgrown parts of code into smaller "one purpose" components. Introduce types to edited code. ## Test Plan -...