Update sort criteria
Remove the default "Authored on" sort criteria and replace it with a "Content: Title" sort to order the items alphabetically.
This commit is contained in:
parent
461e66bf53
commit
81af444a97
|
@ -179,21 +179,20 @@ display:
|
||||||
entity_field: type
|
entity_field: type
|
||||||
plugin_id: bundle
|
plugin_id: bundle
|
||||||
sorts:
|
sorts:
|
||||||
created:
|
title:
|
||||||
id: created
|
id: title
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
field: created
|
field: title
|
||||||
order: DESC
|
|
||||||
entity_type: node
|
|
||||||
entity_field: created
|
|
||||||
plugin_id: date
|
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
|
order: ASC
|
||||||
exposed: false
|
exposed: false
|
||||||
expose:
|
expose:
|
||||||
label: ''
|
label: ''
|
||||||
granularity: second
|
entity_type: node
|
||||||
|
entity_field: title
|
||||||
|
plugin_id: standard
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty: { }
|
||||||
|
|
Loading…
Reference in a new issue