Need help customize the image toolbar button to load an url asynchronously #991
-
Can someone please elaborate the custom image url loading part? As shown in screen shot the docs are really not helpful. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
karthikcodes6
Sep 8, 2021
Replies: 2 comments 13 replies
-
You can optionally pass a callback to the image upload plugin
The callback should be like this
You should return the url after uploaded to the storage service. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rhlc
-
Thanks for replying @karthikcodes6, I did added the said callback, but still getting prompt to paste URL instead of uploading image from system. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can optionally pass a callback to the image upload plugin
The callback should be like this
You should return the url after uploaded to the storage service.