- Issue created by @smulvih2
- Status changed to Needs review
almost 2 years ago 9:37pm 22 November 2023 - 🇨🇦Canada smulvih2 Canada 🍁
Patch attached adds a CKE5 compatible plugin for redaction.
If you select text and click the redact button, your text will be wrapped within a
<drupal-redact>
element. If you have the redaction selected and click the button, the text will be removed from the<drupal-redact>
element. The filter works the same as CKE4/D9.CKEditor5:
Admin view (can see redacted text):
Anonymous view (cannot see redacted text):
- 🇨🇦Canada smulvih2 Canada 🍁
Special thanks to Craig Clark → for creating the SVG icons for this.
- 🇮🇪Ireland markconroy
Hi @smulvih2
Do you have any update on this? Are you using this project/patch on a Drupal 10/11 website?
I think I might need a redaction feature soon and it would be great to be able to use this module rather than writing a new one.