Change Url Source
Hi guys, I want to embed an image but before I save I want to upload it to my server first then insert or change the embeddable object link in the Url source section. Can someone please show me how to change the URL source?
Thanks
like this: { "insert": { "_type": "image", "_inline": true, "source": "images/breeze.jpg", "orientation": "landscape", "source_type": "assets" } }, { "insert": { "_type": "image", "_inline": true, "source": "https://d1zt7gd2qg83yd.cloudfront.net/uploads/images/topics/EtkrvZ7KMf3SDTIXMS1eggclCmQCbF1rOHsX9BR1.jpg", "source_type": "url" } },
Hi @pastordee , I would not add the image into the editor while it's being updated but if that's what you really want, I would insert a placeholder image embed without any sources, but with an ID or name property so that I can later find and update it. After the image is uploaded, I would find the embed with that ID or name, remove it, and replace with the real image. Let me know if you need further information.
Closing as there were no activities.