diff --git a/frontend/feat/feature-flags.json b/frontend/feat/feature-flags.json index 4347273463a..f301b0848b1 100644 --- a/frontend/feat/feature-flags.json +++ b/frontend/feat/feature-flags.json @@ -39,6 +39,15 @@ "defaultState": "off", "description": "Force the site to render in dark mode.", "storage": "session" + }, + "dark_mode_ui_toggle": { + "status": { + "staging": "switchable", + "production": "disabled" + }, + "defaultState": "off", + "description": "Display the UI toggle to change the site color theme.", + "storage": "cookie" } }, "groups": [