Skip to content

Commit

Permalink
Add feature flag to display the dark mode UI toggle (#4809)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkrida authored Aug 27, 2024
1 parent a3f5f6e commit d1bd9bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/feat/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit d1bd9bc

Please sign in to comment.