Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
949
stars
49
forks
source link
Feature Request: Manual Sort option (ether for collection or `list` widget #214
It would be great if there is some kind of easy manual sort that could be implemented (e.g. in a collection by automatic populating a order [potentially configurable] attribute, and for the list widget just saving the array in the correct order). This could be useful for example to have a collection of screenshots that I want to order in a specific way (and I might want to edit that later on). or having a file to represent the menu that I would like to keep in a specific order.
It would be great if there is some kind of easy manual sort that could be implemented (e.g. in a collection by automatic populating a
order
[potentially configurable] attribute, and for the list widget just saving the array in the correct order). This could be useful for example to have a collection of screenshots that I want to order in a specific way (and I might want to edit that later on). or having a file to represent the menu that I would like to keep in a specific order.