Skip to content

Commit

Permalink
Add new switchboard switch for public good
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Sep 19, 2023
1 parent 9a92ffc commit 3d8ec30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/CommercialSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@ trait CommercialSwitches {
sellByDate = never,
exposeClientSide = true,
)

val publicGood: Switch = Switch(
group = Commercial,
name = "public-good",
description = "Enable Public Good functionality",
owners = group(Commercial),
safeState = Off,
sellByDate = never,
exposeClientSide = true,
)
}

trait PrebidSwitches {
Expand Down

0 comments on commit 3d8ec30

Please sign in to comment.