Skip to content

Commit

Permalink
add feature switch to control showing or hiding front containers
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Sep 25, 2024
1 parent a110628 commit 331bff5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/FeatureSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,14 @@ trait FeatureSwitches {
sellByDate = never,
exposeClientSide = false,
)

val DisableFrontContainerShowHide = Switch(
group = SwitchGroup.Feature,
name = "disable-front-container-show-hide",
description = "For users with no currently hidden containers on a front, removes the ability to hide containers",
owners = Seq(Owner.withGithub("cemms1")),
safeState = On,
sellByDate = LocalDate.of(2024, 11, 29),
exposeClientSide = true,
)
}

0 comments on commit 331bff5

Please sign in to comment.