Bug | Strapi CMS - Allow for adding and subtracting navigation links #17

Closed
opened 2022-12-13 22:45:04 -05:00 by odinzu · 2 comments

You should be able to add or remove links from the navigationi from mthe Strapi CMS dashboard.

You should be able to add or remove links from the navigationi from mthe Strapi CMS dashboard.
Author

This problem can be a huge nuisance for large website with complex navigations.

We are able to do this by implementing this plugin:

https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation

That plugin allows for both simple and complex navigations to exist.

In Jekyll and Ruby we will need to consume another collection type and integrate the json data into the Jekyll HTML template.

Another approach would be to create a collection for various navigation links we need, as an example create a collection called main_navigation then add links to that collection, furthermore, pull in the navigation from the API and add it as stated above.

The second option seems the most favorable IMO.

This problem can be a huge nuisance for large website with complex navigations. We are able to do this by implementing this plugin: https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation That plugin allows for both simple and complex navigations to exist. In Jekyll and Ruby we will need to consume another collection type and integrate the *json* data into the Jekyll HTML template. Another approach would be to create a collection for various navigation links we need, as an example create a collection called *main_navigation* then add links to that collection, furthermore, pull in the navigation from the API and add it as stated above. The second option seems the most favorable IMO.

We don't use Strapi anymore; eww yuk javascript.

We don't use Strapi anymore; eww yuk javascript.
Sign in to join this conversation.
No Label
No Milestone
No project
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sharpetronics/sharpetronics.com#17
No description provided.