From e9de7bb0b8132887419c7af40f9a6db55370bfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 18 Dec 2018 11:21:36 -0500 Subject: [PATCH] Catch other 2 places field has ridiculously long name --- agaric/templates/layout/node--case-study--teaser.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agaric/templates/layout/node--case-study--teaser.html.twig b/agaric/templates/layout/node--case-study--teaser.html.twig index 40cfef7..e28ceb1 100644 --- a/agaric/templates/layout/node--case-study--teaser.html.twig +++ b/agaric/templates/layout/node--case-study--teaser.html.twig @@ -13,7 +13,7 @@
{{ content.field_image }} - {% if node.bundle == 'case_study' and content.field_subtitle is not empty %} + {% if node.bundle == 'case_study' and content.field_case_study_subtitle is not empty %} @@ -28,4 +28,4 @@ -{{ content|without('field_body_paragraph', 'field_subtitle', 'field_image', 'field_summary', 'uid', 'created') }} +{{ content|without('field_body_paragraph', 'field_case_study_subtitle', 'field_image', 'field_summary', 'uid', 'created') }}