|
|
@@ -30,6 +30,7 @@ import ImageUpload from '@ckeditor/ckeditor5-image/src/imageupload';
|
|
|
import Indent from '@ckeditor/ckeditor5-indent/src/indent';
|
|
|
import IndentBlock from '@ckeditor/ckeditor5-indent/src/indentblock';
|
|
|
import Link from '@ckeditor/ckeditor5-link/src/link';
|
|
|
+import LinkImage from '@ckeditor/ckeditor5-link/src/linkimage';
|
|
|
import List from '@ckeditor/ckeditor5-list/src/list';
|
|
|
import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed';
|
|
|
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
|
|
|
@@ -66,6 +67,7 @@ DecoupledEditor.builtinPlugins = [
|
|
|
Indent,
|
|
|
IndentBlock,
|
|
|
Link,
|
|
|
+ LinkImage,
|
|
|
List,
|
|
|
MediaEmbed,
|
|
|
Paragraph,
|