Skip to content

Commit 8d191a3

Browse files
committed
PNR-837-59061 Restored intro field on news teaser on customer request.
1 parent 5e55218 commit 8d191a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/themes/custom/fds_ballerup_theme/templates/node/teaser/node--os2web-news--teaser.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ content.field_os2web_news_article_date }}
1919
{{ content.field_os2web_news_heading }}
2020

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

2424
<div class="field--type-link">

0 commit comments

Comments
 (0)