Skip to content

Commit

Permalink
Merge pull request #1531 from guardian/jsh/more-collections-for-spot
Browse files Browse the repository at this point in the history
A few modifications to Editions collection configuration
  • Loading branch information
jonathonherbert authored Nov 10, 2023
2 parents ece9b6b + 0e4740b commit f4030d6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/model/editions/templates/DailyEdition.scala
Original file line number Diff line number Diff line change
Expand Up @@ -279,16 +279,16 @@ object DailyEdition extends RegionalEdition {
collection("Features").printSentAnyTag("theobserver/new-review/features"),
collection("Agenda").printSentAnyTag("theobserver/new-review/agenda"),
collection("Discover").printSentAnyTag("theobserver/new-review/discover"),
collection("Critics").printSentAnyTag("theobserver/new-review/critics"),
collection("Critics"),
collection("Culture").hide,
collection("Culture").hide,
collection("Culture").hide
)
.swatch(Culture)

def FrontCriticsNewReview = front(
"Critics",
collection("Critics"),
collection("Critics").printSentAnyTag("theobserver/new-review/critics"),
collection("Critics"),
collection("Critics"),
collection("Critics"),
Expand Down Expand Up @@ -404,6 +404,8 @@ object DailyEdition extends RegionalEdition {
collection("Sport"),
collection("Sport"),
collection("Sport").hide,
collection("Sport").hide,
collection("Sport").hide,
collection("Sport").hide
)
.swatch(Sport)
Expand All @@ -415,6 +417,8 @@ object DailyEdition extends RegionalEdition {
collection("Sport"),
collection("Sport"),
collection("Sport").hide,
collection("Sport").hide,
collection("Sport").hide,
collection("Sport").hide
)
.swatch(Sport)
Expand Down

0 comments on commit f4030d6

Please sign in to comment.