From e5c6b871dbe9c6333a0518e245b066923425f9e1 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 19 Sep 2022 11:45:23 +0200 Subject: [PATCH] removed showrooms bad links from home #1909 --- .../core.entity_view_display.taxonomy_term.showroom.home.yml | 2 +- .../templates/content/taxonomy-term--showroom--home.html.twig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/sync/core.entity_view_display.taxonomy_term.showroom.home.yml b/config/sync/core.entity_view_display.taxonomy_term.showroom.home.yml index 7a295577..4cc208f1 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.showroom.home.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.showroom.home.yml @@ -53,7 +53,7 @@ content: settings: deltas: '0' image_style: home_showroom - image_link: content + image_link: '' deltas_reversed: 0 third_party_settings: { } weight: 0 diff --git a/web/themes/custom/materiotheme/templates/content/taxonomy-term--showroom--home.html.twig b/web/themes/custom/materiotheme/templates/content/taxonomy-term--showroom--home.html.twig index 863ba300..1375ac87 100644 --- a/web/themes/custom/materiotheme/templates/content/taxonomy-term--showroom--home.html.twig +++ b/web/themes/custom/materiotheme/templates/content/taxonomy-term--showroom--home.html.twig @@ -34,7 +34,8 @@ {{ content.field_visuels }}
-

{{ name }}

+ {#

{{ name }}

#} +

{{ name }}

{{ content|without('field_visuels') }}