LB (Ben Johnston)

Results 1054 comments of LB (Ben Johnston)

Looks like this could be a duplicate of https://github.com/wagtail/wagtail/issues/11051

I now have access to the wagtailmath repo, looks like you also have it @zerolab Thank you @JamesRamm

@minusf Thanks for the PR #13360 | Setting | Result | |-|-| | `WAGTAILREDIRECTS_AUTO_CREATE = False` | **Never** create redirects for pages (and their descendants) when they are moved or...

Good call @minusf we should probably use lower case strings. Similar to https://docs.wagtail.org/en/stable/reference/settings.html#wagtailadmin-external-link-conversion `WAGTAILADMIN_EXTERNAL_LINK_CONVERSION` & https://docs.wagtail.org/en/stable/reference/settings.html#wagtaildocs-serve-method `WAGTAILDOCS_SERVE_METHOD` & `WAGTAIL_REDIRECTS_FILE_STORAGE`. Although `WAGTAILDOCS_PRIVATE_COLLECTION_OPTIONS` & `WAGTAIL_PRIVATE_PAGE_OPTIONS` use upper case as dict keys, those...