-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCR flag and picker for Image Content #26169
Conversation
description = "Use DCR for image content", | ||
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")), | ||
sellByDate = LocalDate.of(2024, 1, 1), | ||
participationGroup = Perc50, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't think this should be 50% 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha! I will change to 0
Seen on FRONTS-PROD (merged by @alinaboghiu 17 minutes and 53 seconds ago)
|
Seen on ADMIN-PROD (merged by @alinaboghiu 18 minutes and 1 second ago)
|
What does this change?
Allows to force rendering Image Content with DCR by adding the ?dcr flag and a picker file that decides whether image content should be rendered using DCR. We've done the same for Articles and Fronts before so this is a pretty standard approach by now.
This affects content tagged with
type/cartoon
,type/picture
,type/graphic
Does this change need to be reproduced in dotcom-rendering ?
Tested