UNPKG

@sanity/orderable-document-list

Version:

Drag-and-drop Document Ordering without leaving the Editing surface

9 lines (7 loc) 234 B
import {SortOrdering} from 'sanity' import {ORDER_FIELD_NAME} from '../helpers/constants' export const orderRankOrdering: SortOrdering = { title: 'Ordered', name: 'ordered', by: [{field: ORDER_FIELD_NAME, direction: 'asc'}], }