Hello,
i am using the java implementation of ckfinder
I want to remove the plugin config.removePlugins = 'basket';
how do i do this with java and the config.xml
i can see how to add plugins?
thanks
Randy
i am using the java implementation of ckfinder
I want to remove the plugin config.removePlugins = 'basket';
how do i do this with java and the config.xml
i can see how to add plugins?
thanks
Randy

Re: how to remove a plugin using java
CKFinder.customConfig = function( config ) { config.removePlugins = 'basket'; };