Skip to content

Instantly share code, notes, and snippets.

@creimers
Created January 9, 2015 00:25
Show Gist options
  • Save creimers/ee8aad04529568d305c6 to your computer and use it in GitHub Desktop.
Save creimers/ee8aad04529568d305c6 to your computer and use it in GitHub Desktop.
django(cms) ckeditor_settings
CKEDITOR_SETTINGS = {
'language': '{{ de }}',
'toolbar_CMS': [
['Undo', 'Redo'],
['cmsplugins', '-', 'ShowBlocks'],
['Format', 'Styles'],
'/',
[ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', '-', 'BidiLtr', 'BidiRtl', 'Language' ],
[ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', ],
[ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ],
[ 'TextColor', 'BGColor' ],
],
'skin': 'moono',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment