#1087 기본 폰트 크기 변경

This commit is contained in:
bnu 2015-03-26 13:41:39 +09:00
parent e93d7bf467
commit 2029c11e99

View file

@ -74,7 +74,7 @@ class editorAdminView extends editor
{
if($packages[$xml_info->package_srl]) $xml_info->need_update = $packages[$xml_info->package_srl]->need_update;
}
$editor_config_default = array( "editor_height" => "300", "comment_editor_height" => "100","content_font_size"=>"12");
$editor_config_default = array( "editor_height" => "300", "comment_editor_height" => "100","content_font_size"=>"13");
//editor preview
$config = $oEditorModel->getEditorConfig();