plugins - CKEditor 4 : Templates and allowedContent set in the config.js -
is there way of setting allowedcontent property true given plugin within config.js file?
i've downloaded minified, full version of ckeditor, has each plugin minified in main ckeditor.js file , plugin folders hold supporting files - hence need set within config.js file.
i know can set globally using config.allowedcontent = true, possible on per plugin basis?
you can download ckeditor-dev on github here edit plugins , build ckeditor release :
./dev/builder/build.sh
a "release ready" working copy of development code built in new dev/builder/release/ folder.
Comments
Post a Comment