From c9a88d2cf79f2810f96cda7fbfd7579a0de5022c Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 10 Oct 2024 17:40:28 +0100
Subject: [PATCH] Issue #3479665 by thejimbirch, danny englander, phenaproxima,
 pameeela: Add views.view.taxonomy_term.yml to tag_taxonomy recipe

(cherry picked from commit 2fddf325c0d2ef855fe6e8ce3c427fb30d40a5a5)
---
 core/recipes/tags_taxonomy/recipe.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/core/recipes/tags_taxonomy/recipe.yml b/core/recipes/tags_taxonomy/recipe.yml
index 46436718a889..71bc5e3a9bbd 100644
--- a/core/recipes/tags_taxonomy/recipe.yml
+++ b/core/recipes/tags_taxonomy/recipe.yml
@@ -3,9 +3,10 @@ description: 'Provides "Tags" taxonomy vocabulary and related configuration. Use
 type: 'Taxonomy'
 install:
   - taxonomy
+  # Added until the following issue is fixed.
+  # Taxonomy should provide a fallback way to display terms when Views is not enabled.
+  # https://www.drupal.org/project/drupal/issues/3479980
+  - views
 config:
   import:
-    taxonomy:
-      - core.entity_view_mode.taxonomy_term.full
-      - system.action.taxonomy_term_publish_action
-      - system.action.taxonomy_term_unpublish_action
+    taxonomy: '*'
-- 
GitLab