Live preview
Adds live preview support.
To enable, set
# settings.py
HEADLESS_PREVIEW_LIVE = True
Note: Your front-end app must be set up for live preview, a feature that usually requires Django Channels or other WebSocket/async libraries.
For an example front-end implementation, see https://github.com/torchbox/wagtail-grapple and its documentation