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 7c2dfdd commit eabcbe8Copy full SHA for eabcbe8
django_editorjs_fields/config.py
@@ -4,7 +4,7 @@
4
5
DEBUG = getattr(settings, "DEBUG", False)
6
7
-VERSION = getattr(settings, "EDITORJS_VERSION", '2.22.1')
+VERSION = getattr(settings, "EDITORJS_VERSION", '2.22.2')
8
9
IMAGE_UPLOAD_PATH = str(
10
getattr(settings, "EDITORJS_IMAGE_UPLOAD_PATH", 'uploads/images/')
0 commit comments