set font-size label to match other ckeditor font sizes

This commit is contained in:
ansuz
2017-04-14 18:20:08 +02:00
parent deeb47c40b
commit eed5b1260d
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ CKEDITOR.editorConfig = function( config ) {
config.toolbarGroups= [{"name":"clipboard","groups":["clipboard","undo"]},{"name":"editing","groups":["find","selection"]},{"name":"links"},{"name":"insert"},{"name":"forms"},{"name":"tools"},{"name":"document","groups":["mode","document","doctools"]},{"name":"others"},{"name":"basicstyles","groups":["basicstyles","cleanup"]},{"name":"paragraph","groups":["list","indent","blocks","align","bidi"]},{"name":"styles"},{"name":"colors"}];
config.font_defaultLabel = 'Arial';
config.fontSize_defaultLabel = '16px';
config.fontSize_defaultLabel = '16';
config.contentsCss = '/customize/ckeditor-contents.css';
config.keystrokes = [