8
0
Просмотр исходного кода

Added a new section to API page.

Kamil Piechaczek 6 лет назад
Родитель
Сommit
c90cb3125a
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      packages/ckeditor5-upload/docs/api/upload.md

+ 6 - 0
packages/ckeditor5-upload/docs/api/upload.md

@@ -12,6 +12,12 @@ This package implements various file upload utilities for CKEditor 5.
 
 See the {@link module:upload/filerepository~FileRepository} plugin documentation.
 
+## Upload Adapters
+
+This repository contains the following upload adapters:
+
+* {@link module:upload/base64uploadadapter~Base64UploadAdapter `Base64UploadAdapter`} - plugin that converts images inserted into the editor into [Base64 strings](https://en.wikipedia.org/wiki/Base64) stored directly in the {@glink builds/guides/integration/saving-data editor output}.
+
 ## Installation
 
 ```bash