Created
October 14, 2024 13:18
-
-
Save sparkalow/2633aeb8a081dae3f688461fdb3be6cb to your computer and use it in GitHub Desktop.
craft cms, ckeditor config to allow editing of "target" on links
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
"link": { | |
"decorators": { | |
"isExternal": { | |
"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