Browse Source

operations view order

bach 3 months ago
parent
commit
6b79e4c1a2

+ 0 - 1
config/sync/content_as_config.taxonomy_term.yml

@@ -1 +0,0 @@
-{  }

+ 18 - 0
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: ''

+ 1 - 1
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: ''