mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 01:52:45 +00:00
Add Underline option to HTML editor
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
CKEDITOR.editorConfig = function( config ) {
|
||||
config.toolbar = [
|
||||
{ name: 'basicstyles', items: [ 'Bold', 'Italic', 'TextColor' ] },
|
||||
{ name: 'basicstyles', items: [ 'Bold', 'Italic', 'Underline', 'TextColor' ] },
|
||||
{ name: 'paragraph', items: [ 'NumberedList', 'BulletedList',
|
||||
'-',
|
||||
'Blockquote', 'Outdent', 'Indent',
|
||||
|
||||
Reference in New Issue
Block a user