-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move feature switch to commercialSwitches module
- Loading branch information
1 parent
d157bf3
commit abc11d3
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -309,16 +309,6 @@ trait FeatureSwitches { | |
exposeClientSide = false, | ||
) | ||
|
||
val LiveBlogTopSponsorshipSwitch = Switch( | ||
SwitchGroup.Feature, | ||
"live-blog-top-sponsorship", | ||
"When on allows new sposorship ad to be displayed on live blogs", | ||
owners = Seq(Owner.withGithub("[email protected]")), | ||
safeState = On, | ||
sellByDate = never, | ||
exposeClientSide = true, | ||
) | ||
|
||
// Owner: Maria Livia Chiorean | ||
val SmartAppBanner = Switch( | ||
SwitchGroup.Feature, | ||
|