Closed
Description
Hi,
In my app, my users do not have chance to input url for images and I am wondering whether I can remove this window.
My questions:
Is it possible to remove this window without modifying original code of the library? One way I thought was I should define two custom bottoms for image upload and video upload, but after that, how can I pass the images link or base64 data to controller and insert into editor because I can not use mediaUploadInterceptor?
thanks for help!