Use case:
I create a repeatable type and add couple of pages in Prismic.
On the frontend I list all these pages and I then realize I'd like a custom order not related to any field, date or whatsoever.
Feature
It would be great to be able to order a repeatable type in the dashboard by drag and drop and have it automatically sorted like this in the query.
The only option I can think of right now is to create a field "counter" and manually increment it in every pages to order my query with this field value, but that's not so user friendly and mistakes can easily be made...