We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a10c7 commit fab5381Copy full SHA for fab5381
froala_editor/widgets.py
@@ -19,7 +19,7 @@ def get_options(self):
19
}
20
try:
21
image_upload_url = reverse('froala_editor_image_upload')
22
- default_options['imageUploadUrl'] = image_upload_url
+ default_options['imageUploadURL'] = image_upload_url
23
except NoReverseMatch:
24
default_options['imageUpload'] = False
25
settings_options = getattr(settings, 'FROALA_EDITOR_OPTIONS', {})
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django-froala-editor',
5
- version='0.8.6',
+ version='0.8.7',
6
author='Dipesh Acharya',
7
author_email='xtranophilist@gmail.com',
8
packages=['froala_editor'],
0 commit comments