Pull merge.
[yaffs-website] / web / core / profiles / demo_umami / config / install / views.view.recipes.yml
index 99c1b7f916e5d812d10d346f4fa4a7fbd89305ee..7e273c970dedffff3980abcc6a8231fd148ddcba 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.recipe
     - 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: Recipes
       header: {  }
       footer: {  }