You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing your bundle in a Symfony 4 project. I would like to move the default folder 'public/bundles/fosckeditor/plugins' in to my project folder like 'src/EventSubscriber'. It's for making a plugin class and versionning it.
Hello ! :)
I'm testing your bundle in a Symfony 4 project. I would like to move the default folder 'public/bundles/fosckeditor/plugins' in to my project folder like 'src/EventSubscriber'. It's for making a plugin class and versionning it.
According to the documentation it's possible... Here : https://ckeditor.com/docs/ckfinder/ckfinder3-php/configuration.html#configuration_options_pluginsDirectory
But I have an error when I check with the URI '.../ckfinder/connector?command=Init' :
Unrecognized option "pluginsDirectory" under "ckfinder.connector". Available options are "accessControl", ... "plugins", ... "xSendfile".
I found something for resolving this issue in this post : https://stackoverflow.com/questions/63076103/cant-redefine-ckfinder-plugins-directory
How can I help to add this code to the original one ? @zaak ?
Cheers !
Mike
The text was updated successfully, but these errors were encountered: