Kyle Bayler
Kyle Bayler
Hey @PaulBrownMagic, did you manage to get anywhere with this? If not i'll pick this up as I'm keen to use them too :).
@dopry Good thinking. Would that be better as a separate issue? This issue is to address the small change required to support `wagtail>=3.0`, where `BASE_URL` has simply been renamed to...
If a project is using 3.0, they will likely have already removed `BASE_URL` as per the upgrade recommendations and replaced it with `WAGTAILADMIN_BASE_URL`, which will break `wagtail-grapple` unless they do...
I think this is closed by https://github.com/torchbox/wagtail-grapple/pull/256
Just to clarify, I am hovering over the `StreamField` for each of the screenshots... it just doesn't look like I am most of the time (hence the issue!).
Similar to https://github.com/torchbox/wagtail-grapple/issues/237
This is possible: https://docs.wagtail.org/en/stable/topics/search/backends.html
Relevant discussion: https://github.com/trussworks/react-uswds/discussions/2176
This is likely to cause further confusion, as Wagtail 5.0 states `BASE_URL` is no longer recognised and should be removed: https://docs.wagtail.org/en/latest/releases/5.0.html (Speaking from experience, as I've just spent hours trying...
Thanks for raising this, @dopry. @zerolab we're going to start working on redirects soon as we need them within a multi-site setup. Is there anything we should be aware of...