User pastes an URL of the image file to the EditorEditor pass pasted string to the Image ToolTool sends it to your backend (on config.endpoints.byUrl route) via 'url' in request bodyYour backend should accept URL, download and save the original file by passed URL and return file data with JSON at specified format.Image tool shows saved image and stores server answer
User pastes an URL of the image file to the EditorEditor pass pasted string to the Image ToolTool sends it to your backend (on config.endpoints.byUrl route) via 'url' in request bodyYour backend should accept URL, download and save the original file by passed URL and return file data with JSON at specified format.Image tool shows saved image and stores server answer