Kindeditor怎么调用出图片空间的选项,要具体的操作方法

2025-05-14 12:56:47
推荐回答(1个)
回答1:

体方法如下。(在官方原版的基础上)
/kindeditor/plugins/image/image.js 第14行 

allowFileManager = K.undef(self.allowFileManager, false),
改为
allowFileManager = K.undef(self.allowFileManager, true),
-------------调用方法---------------

在引用kindeditor页面调用 allowFileManager : true