Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings;

Extra: None;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-23 16:21:50 +03:00
parent f9c6fe3424
commit 23351c79ab

View file

@ -16,7 +16,7 @@ SUMMERNOTE_CONFIG = {
["view", ["fullscreen", "codeview", "help"]], ["view", ["fullscreen", "codeview", "help"]],
], ],
}, },
"attachment_upload_to": evibes_summernote_upload_to_func(), "attachment_upload_to": evibes_summernote_upload_to_func,
"attachment_require_authentication": True, "attachment_require_authentication": True,
"disable_attachment": False, "disable_attachment": False,
"attachment_absolute_uri": True, "attachment_absolute_uri": True,