有没有办法从 config.js 文件中将给定插件的 allowedContent 属性设置为 true ?
我已经下载了 CKEditor 的缩小版完整版,它在主 ckeditor.js 文件中缩小了每个插件,并且插件文件夹仅包含支持文件 - 因此需要从 config.js 文件中进行设置。
我知道我可以使用 config.allowedContent = true 全局设置它,但是是否可以在每个插件的基础上进行设置?
You can download CKEditor-dev on github here then edit plugins and finally build CKEditor your release with :
./dev/builder/build.sh
A "release ready" working copy of your development code will be built in the new dev/builder/release/ folder.