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...
``` // plugin.js module.exports = ({ env }) => ({ navigation: { enabled: true, }, }); // package.json "dependencies": { "@_sh/strapi-plugin-ckeditor": "^2.1.1", "@creazy231/strapi-plugin-apollo-sandbox": "^0.0.13", "@strapi/plugin-graphql": "^4.23.1", "@strapi/plugin-i18n": "4.23.1", "@strapi/plugin-seo": "^1.9.8",...
Honestly, we have to say, we don't understand what is that collection for so, so maybe it would not be an issue, but:  And:  Could you update the...
Just for testing, we decided to restart the navigation settings to the plugin configuration:  After restarting the panel we just update the configuration and we go to the content...
## Feature request ### Summary Following [the issue](https://github.com/pluginpal/strapi-plugin-sitemap/issues/167) from **strapi-plugin-sitemap**, when we are choosing the content types we want to include on the navigation menus, we see some extra content...
We want to build our navigation menu using single-type entities, so we enabled navigation for them, but we get this error alert:  We thought it was cause the single...
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Being able to nest whole collections under navigation items directly, instead of doing it one by one
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,...
I really enjoy your plugin and its capabilities for building complex menus—it’s a great tool that adds a lot of flexibility to Strapi. Thank you for your hard work! However,...
## Ticket No ticket ## Summary Migration of the plugin to Strapi V5 ## Test Plan - prepare strapi instance with version 5 - clone this repo with this branch...