diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index 2498d4c0..6e290f91 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -410,17 +410,6 @@ BLOG_POSTS_LIST_TRUNCWORDS_COUNT = 100 BLOG_MULTISITE = True BLOG_AUTHOR_DEFAULT = True -CKEDITOR_SETTINGS = { - 'language': '{{ language }}', - 'toolbar_CMS': [ - ['Undo', 'Redo'], - ['cmsplugins', '-', 'ShowBlocks'], - ['Format', 'Styles'], - ], - 'skin': 'moono', -} - - try: from .local.local_settings import * except ImportError as e: