|
|
@@ -20,6 +20,10 @@ ClassicEditor
|
|
|
toolbar: [ 'heading', '|', 'undo', 'redo', 'ckfinder' ],
|
|
|
image: {
|
|
|
toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
|
|
|
+ },
|
|
|
+ ckfinder: {
|
|
|
+ // eslint-disable-next-line max-len
|
|
|
+ uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
|
|
|
}
|
|
|
} )
|
|
|
.then( editor => {
|