8
0
فهرست منبع

Update CKFinder command docs.

Maciej Gołaszewski 6 سال پیش
والد
کامیت
36b20142d6
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      packages/ckeditor5-ckfinder/src/ckfindercommand.js

+ 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 {