Add non-paragraph Project Details and exclude all shown fields
This commit is contained in:
parent
0f57cd7d41
commit
a286fa50d0
1 changed files with 27 additions and 1 deletions
|
@ -55,7 +55,33 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# No, i do not understand why content doesn't print the paragraphs but only
|
{# No, i do not understand why content doesn't print the paragraphs but only
|
||||||
content.content does that #}
|
content.content does that #}
|
||||||
{{ content }}
|
<div class="flow_full">
|
||||||
|
<div class="titlebar titlebar-bigborder content">
|
||||||
|
<div class="titlebar_title">
|
||||||
|
<h3 class="subtitle is-mono is-4">Project Details</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="columns">
|
||||||
|
<div class="column">
|
||||||
|
{{ content.field_case_study_client }}
|
||||||
|
{{ content.field_case_study_year }}
|
||||||
|
{{ content.field_case_study_status }}
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
{{ content.field_technologies }}
|
||||||
|
{{ content.field_services }}
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
{{ content.field_case_study_team }}
|
||||||
|
{{ content.field_case_study_partners }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{ content|without('content', 'field_body_paragraph',
|
||||||
|
'field_case_study_client', 'field_case_study_partners', 'field_case_study_status',
|
||||||
|
'field_case_study_team', 'field_case_study_year', 'field_technologies',
|
||||||
|
'field_services'
|
||||||
|
) }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue