openstax / openstax-cms

The OpenStax CMS, built using Wagtail on top of Django.
https://openstax.org
GNU Affero General Public License v3.0
100 stars 15 forks source link

Hook up preview #1580

Closed TomWoodward closed 3 months ago

TomWoodward commented 3 months ago

https://openstax.atlassian.net/browse/DISCO-441

the https://github.com/torchbox/wagtail-headless-preview project ended up not really working for me here, it had a kind of excessively complicated system for actually hooking up the preview button, didn't work for UIs that loaded multiple pages.

in the end it really wasn't that complicated to just hook it up without a library

TomWoodward commented 3 months ago

once you save the first draft of a flexpage, you can see the preview right in the admin without publishing

image