Pull merge.
[yaffs-website] / web / core / profiles / demo_umami / config / install / views.view.featured_articles.yml
index 86cbc2a894834094fff920c356a8ef3c5c5989d3..9ce6c4cab1716f81079880a06dd9a8e79c68802f 100644 (file)
@@ -2,7 +2,7 @@ langcode: en
 status: true
 dependencies:
   config:
-    - core.entity_view_mode.node.highlighted_small
+    - core.entity_view_mode.node.card
     - node.type.article
     - system.menu.main
   module:
@@ -72,7 +72,7 @@ display:
         type: 'entity:node'
         options:
           relationship: none
-          view_mode: highlighted_small
+          view_mode: card
       fields:
         title:
           id: title
@@ -158,6 +158,20 @@ display:
           expose:
             label: ''
           granularity: second
+        nid:
+          id: nid
+          table: node_field_data
+          field: nid
+          relationship: none
+          group_type: group
+          admin_label: ''
+          order: ASC
+          exposed: false
+          expose:
+            label: ''
+          entity_type: node
+          entity_field: nid
+          plugin_id: standard
       title: Articles
       header: {  }
       footer: {  }