diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index d66bb297..6b338dfb 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -214,3 +214,6 @@ THUMBNAIL_PROCESSORS = ( 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters', ) + +# django-cms-text-ckeditor +TEXT_SAVE_IMAGE_FUNCTION='cmsplugin_filer_image.integrations.ckeditor.create_image_plugin'