-
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.
Merge pull request #27560 from guardian/e2e/audio-in-dcr-switch
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 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 |
---|---|---|
|
@@ -483,6 +483,16 @@ trait FeatureSwitches { | |
exposeClientSide = true, | ||
) | ||
|
||
val DCRAudioPages = Switch( | ||
SwitchGroup.Feature, | ||
"dcr-audio-pages", | ||
"If this switch is on, we will render audio pages with DCR", | ||
owners = Seq(Owner.withEmail("[email protected]"), Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
sellByDate = never, | ||
exposeClientSide = false, | ||
) | ||
|
||
val DCRVideoPages = Switch( | ||
SwitchGroup.Feature, | ||
"dcr-video-pages", | ||
|