Skip to content

Commit

Permalink
Add Breaking News Australia email (#27422)
Browse files Browse the repository at this point in the history
A new fronts-based newsletter series, with an associated banner image.
  • Loading branch information
JamieB-gu authored Aug 19, 2024
1 parent 5499569 commit 610fc30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/app/model/EmailAddons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@ case object OlympicAndParalympicBriefing extends FrontEmailMetadata {
override val banner = Some("paris-2024-olympics.jpg")
}

case object BreakingNewsAustralia extends FrontEmailMetadata {
val name = "Au Breaking News"
override val banner = Some("breaking-news-australia.jpg")
}

object EmailAddons {
val unsubscribePlaceholder = "%%unsub_center_url%%"

Expand Down Expand Up @@ -567,6 +572,7 @@ object EmailAddons {
AustraliasModernOutback,
HeadlinesEurope,
OlympicAndParalympicBriefing,
BreakingNewsAustralia,
)

implicit class EmailContentType(p: Page) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 610fc30

Please sign in to comment.