From d6dac423a1b69f660bd55386fdea5df4a979d648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 16 Dec 2018 11:51:12 -0500 Subject: [PATCH] Use the field summary + include paragraph wrapper for it The body field is gone. --- agaric/templates/layout/node--people--full.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agaric/templates/layout/node--people--full.html.twig b/agaric/templates/layout/node--people--full.html.twig index 92838e0..758b912 100644 --- a/agaric/templates/layout/node--people--full.html.twig +++ b/agaric/templates/layout/node--people--full.html.twig @@ -99,7 +99,7 @@

{{ content.field_people_type }}/{{ content.field_people_position }}

- {{ content.body }} +

{{ content.field_summary }}

@@ -134,7 +134,7 @@ {% endif %} -{{ content|without('field_body_paragraph', 'field_image', 'field_people_position', 'field_people_type', 'body', 'uid', 'created') }} +{{ content|without('field_body_paragraph', 'field_image', 'field_people_position', 'field_people_type', 'field_summary', 'uid', 'created') }} {% if walls_up == true %} {# If the flow sides are still up after all is said and done, close 'em up. #}