Skip to content

Instantly share code, notes, and snippets.

@mmikkel
Created April 12, 2024 07:44
Show Gist options
  • Save mmikkel/1992f695d8a4af80fbdfb0f1c1024172 to your computer and use it in GitHub Desktop.
Save mmikkel/1992f695d8a4af80fbdfb0f1c1024172 to your computer and use it in GitHub Desktop.
CKEditor config to add a "Open in new tab" option to links
"link": {
"decorators": {
"openInNewTab": {
"attributes": {
"rel": "noopener noreferrer",
"target": "_blank"
},
"label": "Open in a new tab",
"mode": "manual"
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment