Update sorting options in CMS client
The sorting options in the CMS client have been updated. Specifically, the 'slug' option has been removed from 'sortBy'. This change simplifies the options available for sorting operations.
This commit is contained in:
@@ -37,7 +37,7 @@ export namespace Cms {
|
||||
parentIds?: string[];
|
||||
language?: string | undefined;
|
||||
sortDirection?: 'asc' | 'desc';
|
||||
sortBy?: 'publishedAt' | 'order' | 'title' | 'slug';
|
||||
sortBy?: 'publishedAt' | 'order' | 'title';
|
||||
}
|
||||
|
||||
export interface GetCategoriesOptions {
|
||||
|
||||
Reference in New Issue
Block a user