mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
Remove sort
This commit is contained in:
@@ -91,40 +91,6 @@ export default definePanel({
|
||||
default_value: 2,
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'sortField',
|
||||
type: 'string',
|
||||
name: '$t:sort_field',
|
||||
meta: {
|
||||
interface: 'system-field',
|
||||
options: {
|
||||
collectionField: 'collection',
|
||||
allowPrimaryKey: true,
|
||||
},
|
||||
width: 'half',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'sortDirection',
|
||||
type: 'string',
|
||||
name: '$t:sort_direction',
|
||||
meta: {
|
||||
interface: 'select-dropdown',
|
||||
options: {
|
||||
choices: [
|
||||
{
|
||||
text: '$t:sort_asc',
|
||||
value: 'asc',
|
||||
},
|
||||
{
|
||||
text: '$t:sort_desc',
|
||||
value: 'desc',
|
||||
},
|
||||
],
|
||||
},
|
||||
width: 'half',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'filter',
|
||||
type: 'json',
|
||||
|
||||
Reference in New Issue
Block a user