From d8a8d4467b9e61aef890af930e0571e343874147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Sun, 13 Mar 2016 00:13:52 +0100 Subject: [PATCH] Admin CKEditor advanced toolbar and no filtering --- fmartingrcom/settings/base.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/fmartingrcom/settings/base.py b/fmartingrcom/settings/base.py index 3b143e7..c2f370e 100644 --- a/fmartingrcom/settings/base.py +++ b/fmartingrcom/settings/base.py @@ -134,16 +134,8 @@ CKEDITOR_UPLOAD_PATH = 'ckeditor/' CKEDITOR_CONFIGS = { 'default': { - 'toolbar': 'Custom', - 'toolbar_Custom': ( - ['Styles'], - ['Bold', 'Italic', 'Underline'], - ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], - ['Image'], - ['Link', 'Unlink'], - ['Table'], - ['RemoveFormat', 'Source'] - ), + 'toolbar': 'Advanced', + 'allowedContent': True, 'width': '100%', 'stylesSet': ( {