javascript - CKEditor plugin not in plugins folder -
when used ckbuilder build editor have added uploadimage
plugin , shows in 'selected plugins' list. when build ckeditor , download zip
file, uploadimage
folder (and depencies) not in plugins
folder. doing wrong?
if used ckbuilder add plugin, should ok - ckbuilder creates optimized, production-ready ckeditor distribution, dependencies resolved, , with plugin.js
files merged ckeditor.js
file better performance.
if download plugin zip
file manually, need (1) manually resolve plugin dependencies , (2) manually add additional plugins editor configuration. plus performance gets hit because need loading additional plugin js files no reason @ all.
Comments
Post a Comment