Skip to content

Instantly share code, notes, and snippets.

@mkoistinen
Created June 15, 2015 13:45
Show Gist options
  • Save mkoistinen/753287550caec12a73b6 to your computer and use it in GitHub Desktop.
Save mkoistinen/753287550caec12a73b6 to your computer and use it in GitHub Desktop.
CKEDITOR_SETTINGS = {
'language': '{{ language }}',
'toolbar': 'CMS',
'skin': 'moono',
'toolbar_CMS': [
['Undo', 'Redo'],
['cmsplugins', '-', 'ShowBlocks'],
['Format', 'Styles'],
['TextColor', 'BGColor', '-', 'PasteText', 'PasteFromWord'],
['Maximize', ''],
'/',
['Bold', 'Italic', 'Underline', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat'],
['JustifyLeft', 'JustifyCenter', 'JustifyRight'],
['Link', 'Unlink', 'Anchor'],
['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Table'],
['Source']
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment