diff --git a/README.rst b/README.rst index 07ab61b..d8cbb84 100644 --- a/README.rst +++ b/README.rst @@ -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 -----