Use the field summary + include paragraph wrapper for it

The body field is gone.
This commit is contained in:
benjamin melançon 2018-12-16 11:51:12 -05:00
parent 6ed816380a
commit d6dac423a1

View file

@ -99,7 +99,7 @@
</div>
<div class="hero-body">
<h2 class="subtitle">{{ content.field_people_type }}/{{ content.field_people_position }}</h2>
{{ content.body }}
<p>{{ content.field_summary }}</p>
</div>
</div>
</section>
@ -134,7 +134,7 @@
{% endif %}
<!-- Unexpected extra content -->
{{ 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. #}