From 6b79e4c1a210392183655478c8669e8ea3086ec9 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 7 Feb 2024 17:50:06 +0100 Subject: [PATCH] operations view order --- .../sync/content_as_config.taxonomy_term.yml | 1 - config/sync/views.view.content.yml | 18 ++++++++++++++++++ config/sync/views.view.operations.yml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 config/sync/content_as_config.taxonomy_term.yml diff --git a/config/sync/content_as_config.taxonomy_term.yml b/config/sync/content_as_config.taxonomy_term.yml deleted file mode 100644 index f7bcb87..0000000 --- a/config/sync/content_as_config.taxonomy_term.yml +++ /dev/null @@ -1 +0,0 @@ -{ } \ No newline at end of file diff --git a/config/sync/views.view.content.yml b/config/sync/views.view.content.yml index 4322259..e44df51 100644 --- a/config/sync/views.view.content.yml +++ b/config/sync/views.view.content.yml @@ -1181,6 +1181,23 @@ display: multi_type: separator separator: ', ' field_api_classes: false + sorts: + created: + id: created + table: node_field_data + field: created + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: created + plugin_id: date + order: DESC + expose: + label: '' + field_identifier: '' + exposed: false + granularity: second filters: title: id: title @@ -1480,6 +1497,7 @@ display: style: false row: false fields: false + sorts: false filters: false filter_groups: false display_description: '' diff --git a/config/sync/views.view.operations.yml b/config/sync/views.view.operations.yml index 323ac46..4cbe118 100644 --- a/config/sync/views.view.operations.yml +++ b/config/sync/views.view.operations.yml @@ -137,7 +137,7 @@ display: entity_type: node entity_field: created plugin_id: date - order: ASC + order: DESC expose: label: '' field_identifier: ''