settings: ckeditr ingration with django-filer.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
c7aaba3da6
commit
d8cbc04248
1 changed files with 3 additions and 0 deletions
|
@ -214,3 +214,6 @@ THUMBNAIL_PROCESSORS = (
|
||||||
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
|
'filer.thumbnail_processors.scale_and_crop_with_subject_location',
|
||||||
'easy_thumbnails.processors.filters',
|
'easy_thumbnails.processors.filters',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# django-cms-text-ckeditor
|
||||||
|
TEXT_SAVE_IMAGE_FUNCTION='cmsplugin_filer_image.integrations.ckeditor.create_image_plugin'
|
||||||
|
|
Loading…
Reference in a new issue