diff --git a/docs/features/ckfinder.md b/docs/features/ckfinder.md index fee60ff..2bbe3b8 100644 --- a/docs/features/ckfinder.md +++ b/docs/features/ckfinder.md @@ -199,6 +199,10 @@ Additionally, in the "image upload only" integration, you can use the following * The `'imageUpload'` UI button component. * The `'imageUpload'` command implemented by the {@link module:image/imageupload/imageuploadcommand~ImageUploadCommand}. + + We recommend using the official {@link framework/guides/development-tools#ckeditor-5-inspector CKEditor 5 inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more. + + ## Contribute The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-ckfinder.