-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image gallery for uploaded images ? #270
Comments
Nice suggestion. |
Yep, I'm storing image URLs in the MySQL backend at the moment. But in my case, users need to authenticate before accessing the editor.I'm making the API endpoint dynamic by adding a UUID as a path parameter |
Hi @anuradhaindika83 @MRB60 option - imageGalleryUrl: url
response format: [
{src, name, size},
] |
yes. that'll do |
I have created a plugin for this. It is a basic one. but it does the job. Thanks |
Hi |
ok, will do. Thanks |
Hi @anuradhaindika83 @MRB60 |
The 2.30.0 version has been updated. |
Hi,
It would be much helpful if you can add an image gallery for uploaded images. You can take a Rest API to get the image data and show it to the users. So users can insert that image by just selecting it.
Thanks
Anuradha
The text was updated successfully, but these errors were encountered: