Skip to content

Commit

Permalink
PNR-837-59061 Restored intro field on news teaser on customer request.
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyun committed Nov 29, 2021
1 parent 5e55218 commit 8d191a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ content.field_os2web_news_article_date }}
{{ content.field_os2web_news_heading }}

{% set text = content.field_os2web_news_description | render %}
{% set text = content.field_os2web_news_intro | render %}
<div class="field field--type-body">{{ text | striptags }}</div>

<div class="field--type-link">
Expand Down

0 comments on commit 8d191a3

Please sign in to comment.