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 f581025 commit c00d04eCopy full SHA for c00d04e
README.md
@@ -165,7 +165,10 @@ EDITORJS_DEFAULT_CONFIG_TOOLS = {
165
'Image': {
166
'class': 'ImageTool',
167
'inlineToolbar': True,
168
- "config": {"endpoints": {"byFile": reverse_lazy('editorjs_image_upload')}},
+ "config": {"endpoints": {
169
+ "byFile": reverse_lazy('editorjs_image_upload'),
170
+ "byUrl": reverse_lazy('editorjs_image_by_url')
171
+ }},
172
},
173
'Header': {
174
'class': 'Header',
0 commit comments