From 3a628945ade35f3ba351ba90e271608520753174 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 11:39:16 -0400 Subject: Removed ckeditor --- .../plugins/image2/samples/assets/image1.jpg | Bin 33171 -> 0 bytes .../plugins/image2/samples/assets/image2.jpg | Bin 26238 -> 0 bytes .../ckeditor/plugins/image2/samples/image2.html | 68 --------------------- 3 files changed, 68 deletions(-) delete mode 100644 app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image1.jpg delete mode 100644 app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image2.jpg delete mode 100644 app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html (limited to 'app/assets/javascripts/ckeditor/plugins/image2/samples') diff --git a/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image1.jpg b/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image1.jpg deleted file mode 100644 index ca491e3..0000000 Binary files a/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image1.jpg and /dev/null differ diff --git a/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image2.jpg b/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image2.jpg deleted file mode 100644 index 3dd6d61..0000000 Binary files a/app/assets/javascripts/ckeditor/plugins/image2/samples/assets/image2.jpg and /dev/null differ diff --git a/app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html b/app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html deleted file mode 100644 index 9c3ef13..0000000 --- a/app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - New Image plugin — CKEditor Sample - - - - - - - - - -

- CKEditor Samples » New Image plugin -

-
- This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. -
- -
-

- 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'
-} );
-
-
- - - - - - - - -- cgit 1.4.1