strapi-plugin-navigation
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...
## 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?...
## 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,...
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...
This is more like an question. Is it possible to fetch more than 1 navigation menu ? And if it is how ? Thanks for reply
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
1. Scroll to the matched element, might be highlighted 2. In case of multiple matches, ENTER should jump between based on the order
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...
## 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 -...