From 81af444a97953c07fda20aad00d4deede071ad1e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 21 Oct 2017 21:21:00 +0100 Subject: [PATCH] Update sort criteria Remove the default "Authored on" sort criteria and replace it with a "Content: Title" sort to order the items alphabetically. --- config/install/views.view.pages.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/config/install/views.view.pages.yml b/config/install/views.view.pages.yml index d09a6d2..9834a6b 100644 --- a/config/install/views.view.pages.yml +++ b/config/install/views.view.pages.yml @@ -179,21 +179,20 @@ display: entity_field: type plugin_id: bundle sorts: - created: - id: created + title: + id: title table: node_field_data - field: created - order: DESC - entity_type: node - entity_field: created - plugin_id: date + field: title relationship: none group_type: group admin_label: '' + order: ASC exposed: false expose: label: '' - granularity: second + entity_type: node + entity_field: title + plugin_id: standard header: { } footer: { } empty: { }