diff --git a/app/settings.py b/app/settings.py index d7e89d4..ecbec5e 100644 --- a/app/settings.py +++ b/app/settings.py @@ -383,8 +383,17 @@ MIGRATION_MODULES = { CKEDITOR_SETTINGS = { 'toolbar_HTMLField': [ ['Undo', 'Redo'], - ['ShowBlocks'], - ['Format', 'Image'], + ['cmsplugins', '-', 'ShowBlocks'], + ['Format', 'Styles'], + ['TextColor', 'BGColor', '-', 'PasteText', 'PasteFromWord'], + ['Maximize', ''], + '/', + ['Bold', 'Italic', 'Underline', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat'], + ['JustifyLeft', 'JustifyCenter', 'JustifyRight'], + ['HorizontalRule'], + ['Image', 'Link', 'Unlink'], + ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Table'], + ['Source'] ], 'skin': 'moono', }