Catch other 2 places field has ridiculously long name
This commit is contained in:
parent
3712f6eff5
commit
e9de7bb0b8
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<div class="media-left">
|
<div class="media-left">
|
||||||
{{ content.field_image }}
|
{{ 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 %}
|
||||||
<p class="byline is-mono">
|
<p class="byline is-mono">
|
||||||
{{ content.field_case_study_subtitle }}
|
{{ content.field_case_study_subtitle }}
|
||||||
</p>
|
</p>
|
||||||
|
@ -28,4 +28,4 @@
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<!-- Unexpected extra content -->
|
<!-- Unexpected extra content -->
|
||||||
{{ 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') }}
|
||||||
|
|
Loading…
Reference in a new issue