Browse Source

Merge pull request #1825 from ckeditor/t/1791

Docs: Mentioned the Simple upload adapter in the Image upload overview guide (see ckeditor/ckeditor5#1791).
Aleksander Nowodzinski 6 years ago
parent
commit
c655a674aa
1 changed files with 7 additions and 1 deletions
  1. 7 1
      docs/features/image-upload.md

+ 7 - 1
docs/features/image-upload.md

@@ -68,7 +68,13 @@ There are two ways you can integrate CKEditor 5 with the CKFinder file manager:
 
 {@link features/ckfinder **Learn how to integrate CKEditor 5 with CKFinder in your project**}.
 
-### Base64
+### Simple adapter
+
+The {@link features/simple-upload-adapter Simple upload adapter} allows uploading images to your server using the [`XMLHttpRequest`](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) API with a minimal editor configuration.
+
+{@link features/simple-upload-adapter **Learn how to use the Simple upload adapter in CKEditor 5**}.
+
+### Base64 adapter
 
 The {@link features/base64-upload-adapter Base64 upload feature} converts images inserted into the editor into [Base64 strings](https://en.wikipedia.org/wiki/Base64) in the {@link builds/guides/integration/saving-data editor output}.