ckeditor: move 'toggle source' button to the end of the toolbar

This commit is contained in:
Frédéric Péters 2014-11-06 17:31:54 +01:00
parent c9c8d0503d
commit bcd975ed37
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ CKEDITOR.editorConfig = function( config ) {
// The toolbar groups arrangement, optimized for a single toolbar row.
config.toolbarGroups = [
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] },
{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] },
{ name: 'forms' },
@ -19,6 +18,7 @@ CKEDITOR.editorConfig = function( config ) {
{ name: 'links' },
{ name: 'insert' },
{ name: 'styles' },
{ name: 'document', groups: [ 'mode', 'document', 'doctools' ] },
{ name: 'colors' },
{ name: 'tools' },
{ name: 'others' },