mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-05 07:02:19 +00:00
Update CKEditor to version 4.2.1
And added the table-related modules.
This commit is contained in:
@@ -12,7 +12,7 @@ CKEDITOR.editorConfig = function( config ) {
|
||||
'-',
|
||||
'JustifyLeft', 'JustifyCenter', 'JustifyRight' ] },
|
||||
{ name: 'links', items: [ 'Link', 'Unlink' ] },
|
||||
{ name: 'insert', items: [ 'Image' ] },
|
||||
{ name: 'insert', items: [ 'Image', 'Table' ] },
|
||||
{ name: 'editing', items: [ 'Font', 'FontSize', 'Scayt' ] }
|
||||
];
|
||||
config.toolbarGroups = [
|
||||
|
||||
Reference in New Issue
Block a user