Remove sort

This commit is contained in:
rijkvanzanten
2021-06-18 14:11:53 -04:00
parent 05fa39e85f
commit 0e9b22b1f3

View File

@@ -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',