static-cms
static-cms copied to clipboard
Ability to set the order of the navigation links in the sidebar
Hi,
I have been experimenting with staticCMS recently and was wondering if the ability to order the navigation links on the sidebar is a feature that could be added.
I put together a quick patch here that makes use of the order property on flex-box items in order to achieve this.
https://github.com/StaticJsCMS/static-cms/compare/main...b-xb:static-cms:sidebar-ordering
Interested in hearing your feedback, Thanks!