瀏覽代碼

Merge pull request #39 from ckeditor/t/ckeditor5/t/1608

Docs: Added an info box recommending the CKEditor 5 inspector to the feature guide (see ckeditor/ckeditor5#1608).
Piotrek Koszuliński 6 年之前
父節點
當前提交
38799847de
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-ckfinder/docs/features/ckfinder.md

+ 4 - 0
packages/ckeditor5-ckfinder/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}.
 
+<info-box>
+	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.
+</info-box>
+
 ## Contribute
 
 The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-ckfinder.