Merge pull request #174 from machinist/master

README update for toolbar configuration
This commit is contained in:
Piotr Maliński 2015-04-22 00:24:30 +02:00
commit 370adc123e
1 changed files with 13 additions and 0 deletions

View File

@ -87,6 +87,19 @@ Optional
},
}
It is possible to create a custom toolbar ::
CKEDITOR_CONFIGS = {
'default': {
'toolbar': 'Custom',
'toolbar_Custom': [
['Bold', 'Italic', 'Underline'],
['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
['Link', 'Unlink'],
['RemoveFormat', 'Source']
]
}
}
Usage
-----