Dan Braghiș
Dan Braghiș
We handle this correctly in StreamField: https://github.com/GrappleGQL/wagtail-grapple/blob/c9bae44b7695118516859a1212148d0788aad954/grapple/actions.py#L341-L345
@sks444 this would need to be handled withing `GraphQLString`. Worth coordinating with #204. Need to set aside some time to look into the additional encoding.
#259 ensures the `RichTextBlock`'s `rawValue` is always the non-rendered one. Additionally it adds a new `RICHTEXT_FORMAT` setting defaulting to "html", which both `RichTextField` and `RichTextBlock` respect. Opted to steer away...
cross-posted to #143.
Had a look. This is because of it is defined as a `graphene.String` field - https://github.com/GrappleGQL/wagtail-grapple/blob/master/grapple/types/streamfield.py#L474 Not yet entirely sure how to tackle it as I suspect we may have...
#256 indeed fixes snippet chooser blocks.
The `used-token` cookie is set in https://github.com/torchbox/wagtail-headless-preview/blob/0d89fb2e4140d6eaabe62e0a7428424c9e848c3c/wagtail_headless_preview/models.py#L122 (and is dependent on setting `HEADLESS_PREVIEW_LIVE = True`) Would you be able to check that bit? I suspect the docs need updating
Ah, https://github.com/GrappleGQL/wagtail-grapple/blob/abdaded1862c781923529431fd2ee946a5f264f3/docs/general-usage/preview.rst#L64 does mention `HEADLESS_PREVIEW_LIVE = True` 🤔
Hey @enzedonline, we do not yet have official 3.0 support. That is pending. If you have the time, a PR for this would be most welcome
#560 only fixed the header styling. I think we should reporpuse this for the Wagtail 4.0 UI compatibility as 4.0 finishes the UI changes started in 3.0