Skip to content

Commit c00d04e

Browse files
author
develop
committed
Update README
1 parent f581025 commit c00d04e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,10 @@ EDITORJS_DEFAULT_CONFIG_TOOLS = {
165165
'Image': {
166166
'class': 'ImageTool',
167167
'inlineToolbar': True,
168-
"config": {"endpoints": {"byFile": reverse_lazy('editorjs_image_upload')}},
168+
"config": {"endpoints": {
169+
"byFile": reverse_lazy('editorjs_image_upload'),
170+
"byUrl": reverse_lazy('editorjs_image_by_url')
171+
}},
169172
},
170173
'Header': {
171174
'class': 'Header',

0 commit comments

Comments
 (0)