-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the 'graphic content blurring' explainer per-organisation (based…
… on the existing config property `branding.staffPhotographerOrganisation`)
- Loading branch information
1 parent
ae8b4f3
commit 6a15075
Showing
3 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<div class="graphic-image-blur-explainer__tooltip"> | ||
<strong>Potentially upsetting/graphic images are now blurred in the Grid with a new setting that is switched on by default.</strong> | ||
<p> | ||
Should you need to see a blurred image, simply hover over it.<br/> | ||
You can also hover over the title beneath the blur to see the caption | ||
before deciding whether to reveal the image.<br/> | ||
This feature is now on by default, but can be turned off/on at any time via the top-right menu.<br/> | ||
Flagging relies on agency metadata, checked against a | ||
<a href="https://docs.google.com/document/d/1Ltu8fQRXfPLtbgOKRc0z9s-ErgPl1F4DWG9duiWp7wA/edit?usp=sharing">list of criteria</a>, | ||
and may not catch images that are not appropriately described. For more information, please see the | ||
<a href="https://docs.google.com/document/d/1Xxh6dfkPfFZo9_EeqRa2gmKhEy-BBQ_UVRXQwMw-WFI/edit?usp=sharing"> | ||
original comms email on 1 Nov 2023</a>. | ||
</p> | ||
<button id="acknowledge-blur-graphic-images-default" | ||
class="button" | ||
ng-click="ctrl.acceptDefaultOfBlurringGraphicImages()" | ||
> | ||
Acknowledge | ||
</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters