From d1bd9bcc2075da4261cb095751c7124952a63b4e Mon Sep 17 00:00:00 2001 From: zack <6351754+zackkrida@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:02:23 -0400 Subject: [PATCH] Add feature flag to display the dark mode UI toggle (#4809) --- frontend/feat/feature-flags.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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": [