Use the field summary + include paragraph wrapper for it
The body field is gone.
This commit is contained in:
parent
6ed816380a
commit
d6dac423a1
1 changed files with 2 additions and 2 deletions
|
@ -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. #}
|
||||
|
|
Loading…
Reference in a new issue