first pass
parent
503049afee
commit
adefc43154
|
@ -33,6 +33,12 @@ CKEDITOR_RESTRICT_BY_USER = True
|
||||||
CKEDITOR_CONFIGS = {
|
CKEDITOR_CONFIGS = {
|
||||||
'default': {
|
'default': {
|
||||||
'width': 700,
|
'width': 700,
|
||||||
|
'toolbar': [
|
||||||
|
['Cut','Copy','Paste', 'PasteFromWord', '-', 'Undo', 'Redo', '-', 'Source'],
|
||||||
|
['Bold', 'Italic', '-', 'NumberedList','BulletedList', '-','Blockquote'],
|
||||||
|
['Find','Replace','-', 'Scayt'],
|
||||||
|
['Link', 'Unlink', '-', 'Image', 'HorizontalRule']
|
||||||
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue