体方法如下。(在官方原版的基础上)
/kindeditor/plugins/image/image.js 第14行
allowFileManager = K.undef(self.allowFileManager, false),
改为
allowFileManager = K.undef(self.allowFileManager, true),
-------------调用方法---------------
在引用kindeditor页面调用 allowFileManager : true