Add Underline option to HTML editor

pull/13/head
Francis Lachapelle 2013-09-27 14:43:05 -04:00
parent d1f3417c3a
commit 3dbfb0ed2d
1 changed files with 1 additions and 1 deletions

View File

@ -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',