wagtail-flags
wagtail-flags copied to clipboard
Feature flags for Wagtail sites
Any flag conditions of type "boolean" don't appear in the Wagtail flags UI, because of [this use of `conditions_without_bool`](https://github.com/cfpb/wagtail-flags/blob/3ef8b51b7e3c8f0f55ec4fbed07668210cc04274/wagtailflags/templates/wagtailflags/includes/flag_index.html#L10). I gather this is to support the use of a boolean...
The README.md explains how to tap into flags in templates, which is great, but it doesn't explain how to tap into them on the code side. Even if the Django...
Creating a flag with non-alphanumeric characters in its name breaks the UI, preventing access to the main Flags settings area. This is because [the various admin URL patterns](https://github.com/cfpb/wagtail-flags/blob/a25621c6be18e5f68b4715655c5301c32f67e4b7/wagtailflags/wagtail_hooks.py#L34-L54) are defined...