Skip to content

Commit

Permalink
rename to articleEndSlot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Sep 19, 2023
1 parent 3d8ec30 commit c26bffe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions common/app/conf/switches/CommercialSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,11 @@ trait CommercialSwitches {
exposeClientSide = true,
)

val publicGood: Switch = Switch(
val articleEndSlot: Switch = Switch(
group = Commercial,
name = "public-good",
description = "Enable Public Good functionality",
name = "article-end-slot",
description =
"Enable the article end slot, this appears when the contributions epic does not. Currently only Public Good is served in this slot in the US.",
owners = group(Commercial),
safeState = Off,
sellByDate = never,
Expand Down

0 comments on commit c26bffe

Please sign in to comment.