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': ( {