diff --git a/common/app/conf/switches/CommercialSwitches.scala b/common/app/conf/switches/CommercialSwitches.scala index 98580d45771b..ee47364cf27e 100644 --- a/common/app/conf/switches/CommercialSwitches.scala +++ b/common/app/conf/switches/CommercialSwitches.scala @@ -7,6 +7,16 @@ import conf.switches.SwitchGroup.{Commercial, CommercialPrebid, Membership} trait CommercialSwitches { + val LiveBlogTopSponsorshipSwitch = Switch( + Commercial, + "live-blog-top-sponsorship", + "When on allows a sposorship ad to be displayed on live blogs", + owners = group(Commercial), + safeState = On, + sellByDate = never, + exposeClientSide = true, + ) + val ShouldLoadGoogleTagSwitch = Switch( Commercial, "should-load-googletag", diff --git a/common/app/conf/switches/FeatureSwitches.scala b/common/app/conf/switches/FeatureSwitches.scala index 873fa8ec0edf..40bcc0e2220b 100644 --- a/common/app/conf/switches/FeatureSwitches.scala +++ b/common/app/conf/switches/FeatureSwitches.scala @@ -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("commercial.dev@theguardian.com")), - safeState = On, - sellByDate = never, - exposeClientSide = true, - ) - // Owner: Maria Livia Chiorean val SmartAppBanner = Switch( SwitchGroup.Feature,