Skip to content
Snippets Groups Projects
Commit 5d86de14 authored by Marcus Eibrink-Lunzenauer's avatar Marcus Eibrink-Lunzenauer Committed by Jan-Hendrik Willms
Browse files

CKEditor: Eingefügte Bilder in der Größe verändern

Closes #1635

Merge request studip/studip!1208
parent 7725f1ee
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ import HorizontalLine from '@ckeditor/ckeditor5-horizontal-line/src/horizontalli
import ImagePlugin from '@ckeditor/ckeditor5-image/src/image';
import ImageUploadPlugin from '@ckeditor/ckeditor5-image/src/imageupload';
import ImageCaptionPlugin from '@ckeditor/ckeditor5-image/src/imagecaption';
import ImageResizePlugin from '@ckeditor/ckeditor5-image/src/imageresize';
import ImageStylePlugin from '@ckeditor/ckeditor5-image/src/imagestyle';
import ImageToolbarPlugin from '@ckeditor/ckeditor5-image/src/imagetoolbar';
import Indent from '@ckeditor/ckeditor5-indent/src/indent';
......@@ -74,6 +75,7 @@ ClassicEditor.builtinPlugins = [
HorizontalLine,
ImageCaptionPlugin,
ImagePlugin,
ImageResizePlugin,
ImageStylePlugin,
ImageToolbarPlugin,
Indent,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment