Skip to content

Commit

Permalink
Add SpecialReportAlt theme article format
Browse files Browse the repository at this point in the history
Co-Authored-By: Ioanna Kokkini <ioannakok@users.noreply.github.com>
  • Loading branch information
DanielCliftonGuardian and ioannakok committed Oct 10, 2022
1 parent 32819ff commit 3a2c68e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-tools-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@guardian/libs': major
---

This adds SpecialReportAlt theme in article format. We need to support a new type of special report. Consumers need to handle the new theme.
1 change: 1 addition & 0 deletions libs/@guardian/libs/src/format/ArticleSpecial.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export enum ArticleSpecial {
SpecialReport = 5,
Labs = 6,
SpecialReportAlt = 7,
}

0 comments on commit 3a2c68e

Please sign in to comment.