sanity-io / orderable-document-list

Drag-and-drop Document Ordering without leaving the Editing surface
MIT License
75 stars 22 forks source link

Post id #53

Closed uzproblue closed 1 year ago

uzproblue commented 1 year ago

Is there any way to change these values to numbers [1,2,3...]

task1

SimeonGriggs commented 1 year ago

Not possible, the plugin uses these strings so that it can create a new value between two existing values without needing to update all others.

If it used numbers, the plugin could potentially need to write a change to every other document.