Sfoglia il codice sorgente

Docs: adding image blog post to image upload guide.

godai78 5 anni fa
parent
commit
12910668a4
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      docs/features/image-upload.md

+ 4 - 0
docs/features/image-upload.md

@@ -85,3 +85,7 @@ The {@link features/base64-upload-adapter Base64 upload feature} converts images
 CKEditor 5 provides an open API that allows you to develop your own upload adapters. Tailored to your project, a custom adapter will allow you to take the **full control** over the process of sending the files to the server as well as passing the response from the server (e.g. the URL to the saved file) back to the WYSIWYG editor.
 
 {@link framework/guides/deep-dive/upload-adapter **Learn how to develop your own upload adapter for CKEditor 5**}.
+
+## Quick feature overview
+
+Read our comprehensive blog post about [Managing images with CKEditor 5](https://ckeditor.com/blog/managing-images-with-ckeditor-5/) to find out more details about image upload and management and compare the features.