fix ck editor

master
fefa4ka 10 years ago
parent 38ff66943f
commit c4fbc534d4
  1. 13
      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',
}

Loading…
Cancel
Save