Configure events view to sort in ascending order by date (rather than desc)
This commit is contained in:
parent
45775cb68d
commit
4d08ee2222
1 changed files with 2 additions and 1 deletions
|
@ -138,9 +138,10 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: search_api
|
plugin_id: search_api
|
||||||
order: DESC
|
order: ASC
|
||||||
expose:
|
expose:
|
||||||
label: ''
|
label: ''
|
||||||
|
field_identifier: ''
|
||||||
exposed: false
|
exposed: false
|
||||||
arguments: { }
|
arguments: { }
|
||||||
filters: { }
|
filters: { }
|
||||||
|
|
Loading…
Reference in a new issue