first pass

pull/1/head
Andromeda Yelton 2012-09-24 14:21:15 -04:00
parent 503049afee
commit adefc43154
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ CKEDITOR_RESTRICT_BY_USER = True
CKEDITOR_CONFIGS = {
'default': {
'width': 700,
'toolbar': [
['Cut','Copy','Paste', 'PasteFromWord', '-', 'Undo', 'Redo', '-', 'Source'],
['Bold', 'Italic', '-', 'NumberedList','BulletedList', '-','Blockquote'],
['Find','Replace','-', 'Scayt'],
['Link', 'Unlink', '-', 'Image', 'HorizontalRule']
],
},
}