Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,7 +11,7 @@ CKEDITOR.editorConfig = function( config ) { | @@ -11,7 +11,7 @@ CKEDITOR.editorConfig = function( config ) { | ||
11 | {name: 'links', items: ['Link', 'Unlink', 'Anchor']}, | 11 | {name: 'links', items: ['Link', 'Unlink', 'Anchor']}, |
12 | {name: 'styles', items: ['Format', 'Font', 'FontSize']}, | 12 | {name: 'styles', items: ['Format', 'Font', 'FontSize']}, |
13 | '/', | 13 | '/', |
14 | - {name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', '-', 'TextColor', 'BGColor', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']}, | 14 | + {name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', 'RemoveFormat', '-', 'TextColor', 'BGColor', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']}, |
15 | {name: 'paragraph', items: ['NumberedList', 'BulletedList', 'Outdent', 'Indent']}, | 15 | {name: 'paragraph', items: ['NumberedList', 'BulletedList', 'Outdent', 'Indent']}, |
16 | {name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'Smiley', 'Iframe']}, | 16 | {name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'Smiley', 'Iframe']}, |
17 | ]; | 17 | ]; |
-
Please register or login to post a comment