Repository URL to install this package:
|
Version:
5.15.0 ▾
|
fun-apps
/
ckeditor_settings.py
|
|---|
CKEDITOR_CONFIGS = {
'default': {
'toolbar': [
['Undo', 'Redo'],
['Bold', 'Italic', 'Underline'],
['Format'],
['Link'],
['BulletedList', 'NumberedList', '-', 'Source'],
],
'toolbarCanCollapse': False,
'entities': False,
'width': 955,
'uiColor': '#9AB8F3',
}
}