8
0
Эх сурвалжийг харах

Update CKFinder command docs.

Maciej Gołaszewski 6 жил өмнө
parent
commit
36b20142d6

+ 6 - 0
packages/ckeditor5-ckfinder/src/ckfindercommand.js

@@ -18,6 +18,12 @@ import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';
  *
  *		editor.execute( 'ckfinder' );
  *
+ * **Note:** At least one of the commands must be available to make this command work:
+ * - To insert images the {@link module:image/image/imageinsertcommand~ImageInsertCommand 'imageInsert'} command
+ * from the {@link module:image/image~Image Image feature}.
+ * - To insert links to files the {@link module:link/linkcommand~LinkCommand 'link'} command
+ * from the {@link module:link/link~Link Link feature}.
+ *
  * @extends module:core/command~Command
  */
 export default class CKFinderCommand extends Command {