Allow users to set custom document sort order

How do I allow user's of the CMS to re-order documents as they see fit? I have a slice which is a paginated list of content and I'd like for the admin to be able to configure the order of that list as they see fit. How do I achieve this? I see no reference in the documentation.

Hey, thanks for reaching out. Slices allow content editors to reorder their pages as they see fit. Once you configure the slice zone in your project codebase to define how slices are managed and rendered. Then, create a SliceZone component in your code to dynamically render slices based on their content and types. With this setup, users can easily rearrange documents within the CMS interface.