FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Sprint 4: Removing page summary from the display of all pages using the default node template

Merged Laura Waldoch requested to merge no-summary-hotfix into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -99,7 +99,7 @@
{% endif %}
<div{{ content_attributes.addClass('node__content') }}>
{{ content }}
{{ content|without('field_page_summary') }}
</div>
</article>
Loading