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

Docs: Improved the error docs. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
31b1c68899
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      packages/ckeditor5-upload/src/filerepository.js

+ 9 - 1
packages/ckeditor5-upload/src/filerepository.js

@@ -142,7 +142,15 @@ export default class FileRepository extends Plugin {
 			 * * {@link module:core/editor/editorconfig~EditorConfig#ckfinder `config.ckfinder`} for CKFinder
 			 * file upload integration.
 			 *
-			 * If you wish to implement your own upload adapter refer to the {@link ~Adapter `Adapter` interface} documentation.
+			 * If you see this warning when using a custom build there is a chance that you enabled
+			 * a feature like {@link module:upload/imageupload~ImageUpload},
+			 * or {@link module:upload/imageuploadbutton~ImageUploadButton} but you did not enable any upload adapter.
+			 * You can choose one of the existing upload adapters:
+			 *
+			 * * {@link module:adapter-ckfinder/uploadadapter~CKFinderUploadAdapter}
+			 * * {@link module:easy-image/cloudservicesuploadadapter~CloudServicesUploadAdapter}
+			 *
+			 * Or, if you wish to implement your own, upload adapter refer to the {@link ~Adapter `Adapter` interface} documentation.
 			 *
 			 * @error filerepository-no-adapter
 			 */