Summernote uploading images in filesystem (storage) #1049
Replies: 1 comment
-
This is Summernote's default image-handling behavior. To customize the summernote's image upload behavior, you need to set For general customization,
php artisan backpack:field mysummernote --from=summernote
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. I'm using summernote and when I insert images they are saved to the database in base64 format. How can I replace them with a link, provided that the images will be saved to the file system? Do I need custom JS for this?
Beta Was this translation helpful? Give feedback.
All reactions