From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../ckeditor/samples/old/image2/image2.html | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 public/bower_components/ckeditor/samples/old/image2/image2.html (limited to 'public/bower_components/ckeditor/samples/old/image2/image2.html') diff --git a/public/bower_components/ckeditor/samples/old/image2/image2.html b/public/bower_components/ckeditor/samples/old/image2/image2.html new file mode 100644 index 0000000..f5482ad --- /dev/null +++ b/public/bower_components/ckeditor/samples/old/image2/image2.html @@ -0,0 +1,68 @@ + + + +
+ +
+ This editor is using the new Image (image2
) plugin, which implements a dynamic click-and-drag resizing
+ and easy captioning of the images.
+
+ To use the new plugin, extend config.extraPlugins
:
+
+CKEDITOR.replace( 'textarea_id', { + extraPlugins: 'image2' +} ); ++