Kademi / keditor

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
http://kademi.github.io/keditor/
MIT License
319 stars 154 forks source link

[Feature request] responsive filemanager integration #237

Closed ziogusmo closed 4 years ago

ziogusmo commented 4 years ago

Hi, I can't figure out how to integrate the responsive file manager (https://www.responsivefilemanager.com/#documentation-section). For ckeditor the required code is like this `

` but I can't find how / where to put this code in the keditor configuration. Thanks
ziogusmo commented 4 years ago

I solved my problem.

I put the lines directly into keditorWEBPACK_IMPORTED_MODULE1 default.a.components ['text'] = {...}

Bye