mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 02:22:47 +00:00
Add indent group to ckeditor toolbar
This commit is contained in:
@@ -5,12 +5,11 @@
|
||||
|
||||
CKEDITOR.editorConfig = function( config ) {
|
||||
config.toolbarGroups = [
|
||||
{ name: 'basicstyles', groups: [ 'basicstyles' ] },
|
||||
{ name: 'paragraph', groups: [ 'list', 'align' ] },
|
||||
[ 'Bold', 'Italic', 'TextColor' ],
|
||||
['Font', 'FontSize'],
|
||||
{ name: 'paragraph', groups: [ 'list', 'indent', 'align' ] },
|
||||
{ name: 'links' },
|
||||
{ name: 'insert' },
|
||||
['Font', 'FontSize'],
|
||||
{ name: 'colors' },
|
||||
['SpellChecker','Scayt']
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user