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
|
||||
admin_label: ''
|
||||
plugin_id: search_api
|
||||
order: DESC
|
||||
order: ASC
|
||||
expose:
|
||||
label: ''
|
||||
field_identifier: ''
|
||||
exposed: false
|
||||
arguments: { }
|
||||
filters: { }
|
||||
|
|
Loading…
Reference in a new issue