You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm migrating from django-ckeditor 4 to this repo. So far, everything else that I am using works great. However, I am at loss when I try to find an image that I uploaded to the editor (and refreshed the page before saving). Is there a way to browse the images that are present on the server in the upload path?
The text was updated successfully, but these errors were encountered:
@anshulthakur There is no gallery like in django-ckeditor, images simply get uploaded to your media folder, there's no way to insert a previously uploaded image.
Hello, I'm migrating from django-ckeditor 4 to this repo. So far, everything else that I am using works great. However, I am at loss when I try to find an image that I uploaded to the editor (and refreshed the page before saving). Is there a way to browse the images that are present on the server in the upload path?
The text was updated successfully, but these errors were encountered: