From 717f1a72687c0623c83694ff109dc3f689fca7c1 Mon Sep 17 00:00:00 2001 From: rscnt Date: Sat, 13 Jun 2015 22:41:29 -0600 Subject: [PATCH] deleted ckeditor settings --- dynamicweb/settings.py | 11 ----------- 1 file changed, 11 deletions(-) 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: