mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add sort_field to collection type
This commit is contained in:
@@ -14,6 +14,7 @@ export interface CollectionRaw {
|
||||
icon: string | null;
|
||||
translation: Translation[] | null;
|
||||
display_template: string | null;
|
||||
sort_field: string | null;
|
||||
} | null;
|
||||
schema: Record<string, any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user