wagtail / 2 / reference / contrib / legacy_richtext.html

Legacy richtext

Provides the legacy richtext wrapper.

Place wagtail.contrib.legacy.richtext before wagtail.core in INSTALLED_APPS.

INSTALLED_APPS = [
    ...
    "wagtail.contrib.legacy.richtext",
    "wagtail.core",
    ...
]

The {{ page.body|richtext }} template filter will now render:

<div class="rich-text">...</div>

© 2014-present Torchbox Ltd and individual contributors.
All rights are reserved.
Licensed under the BSD License.
https://docs.wagtail.org/en/v2.16.3/reference/contrib/legacy_richtext.html