I have a client that uses Cloudinary for their image hosting. Is there a way current to replace the current media manger and instead use Cloudinary to store images? Cloudinary has its own Media Library Widget which I would like to use as the interface and have it pop up in the same way the media manager does, so im not just looking to replace the file storage system.
Has this been done or is there infrastructure in place to replace the media manager already?
Hi @apinard Yes that is the widget. I have not started yet as I wanted to know if there was a plugin or extension to make it work already. The first hurdle would be how do you even replace the entire code as I cant just replace the media manager with say CloudinaryMediaManager. I can override the partials but cant replace the code file. I could make a custom form widget but then any plugins I use would not use my new widget and instead use the default one.