fix CKEditor links
This commit is contained in:
@ -121,6 +121,7 @@ export const TrackerTaskComment = ({
|
||||
editor={ClassicEditor}
|
||||
data={commentsEditText}
|
||||
config={{
|
||||
toolbar: ["link"],
|
||||
removePlugins: [
|
||||
"CKFinderUploadAdapter",
|
||||
"CKFinder",
|
||||
@ -132,7 +133,10 @@ export const TrackerTaskComment = ({
|
||||
"ImageUpload",
|
||||
"MediaEmbed",
|
||||
"BlockQuote"
|
||||
]
|
||||
],
|
||||
link: {
|
||||
addTargetToExternalLinks: true
|
||||
}
|
||||
}}
|
||||
onChange={(event, editor) => {
|
||||
const data = editor.getData();
|
||||
|
Reference in New Issue
Block a user