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...
Not sure if this is the right place to ask. But I was wondering what is the difference between this plugin and the [strapi-plugin-menus](https://github.com/mattmilburn/strapi-plugin-menus)?
Hi, How do I fetch data from the 'audience', here's an example of the response in API: ```json { "order": 1, "id": 7, "title": "Item", "type": "INTERNAL", "path": "item", "externalPath":...
Hi! I think that searching in navigation structure should be case insensitive, because it's common to search writing in lowercase only. Thank you for share this amazing plugin!
Rest api
Hello! it seems that a token with "read-only" permissions is not enough to consume the rest /api/navigation/render/2?type=tree it is needed a full access token, using it via GET my expectation...
## Ticket https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/issues/417 ## Summary What does this PR do/solve? - integration with [REST Cache Plugin](https://strapi-community.github.io/strapi-plugin-rest-cache/) ## Test Plan - install cache plugin - enable and provide configuration - enable...
I'm not sure how to descibe this, but if I try to create two menu navigations - `menu` - `menu-mobile` I end up with mixed up navigations: Trying to delete...
## Ticket https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/issues/414 ## Summary What does this PR do/solve? On creation of a navigation newly created entity is not visible. This is caused by not connecting newly created entity...
Hi I use your plugin in my application, but unfortunately, my navigation is big and fetching data on the `render` endpoint has a big impact on to rest application. Could...
I have two situations here. My Strapi setup has 3 locales (en, fr and ar) the first time that I enter the UI Navigation menu, the third locale does not...
## Problem Restricting "Read" and "Update" permissions to "Has same role as creator" doesn't work. ## Steps to reproduce 1. Create two roles and two users 2. Grant only `Has...