Hi, I wanted to know how can I insert an image in the RickTextEditor but using a custom service call inside my app.
I just see the option of using the saveUrl prop, the problem with that is that that request hasn't got any of the headers that my other requests have (Auth token, for example).
I've searched for an answer to this in your forums but couldn't find one, so sorry if this was already asked before. Also, there's no mention of this in the documentation.
If that's not possible, I've though about calling my service in the imageSelected callback, the only problem with that is that I don't know how could I insert the url that my service provides me (where the img is stored in our server) instead of the one your component is generating (if Blob format chosen).
I think this is a common situation between your clients so I'm sure you already have a solution for this case.
Thanks in advance.