Add indent group to ckeditor toolbar

pull/12/head
Francis Lachapelle 2013-05-02 09:07:17 -04:00
parent 4ec19d46fa
commit 8a25e38827
1 changed files with 3 additions and 4 deletions

View File

@ -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']
];