Closed DanielCliftonGuardian closed 1 year ago
Adds SpecialReportAlt to Cardstyle. We need this in order to be able to style the SpecialReportAlt cards in fronts rendered by frontend as it relies on CardStyle to decide the class of the card.
SpecialReportAlt
Cardstyle
frontend
CardStyle
This PR is the 2nd in this series:
content-api-scala-client
facia-scala-client
Tested in frontend locally using the SNAPSHOT version.
What does this change?
Adds
SpecialReportAlt
toCardstyle
. We need this in order to be able to style the SpecialReportAlt cards in fronts rendered byfrontend
as it relies onCardStyle
to decide the class of the card.This PR is the 2nd in this series:
content-api-scala-client
: Adds SpecialReportAltTheme and SpecialReportAlt hashed tag to content-api-scala-client: https://github.com/guardian/content-api-scala-client/pull/371facia-scala-client
: Adds SpecialReportAlt to CardStyle: https://github.com/guardian/facia-scala-client/pull/280 (current)frontend
: Consumes the new clients and adds card styles for fronts rendered by frontend: https://github.com/guardian/frontend/pull/25602How to test
Tested in frontend locally using the SNAPSHOT version.
Deployment