Bug | Strapi CMS - Allow for adding and subtracting navigation links #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You should be able to add or remove links from the navigationi from mthe Strapi CMS dashboard.
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.