mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
#1087 기본 폰트 크기 변경
This commit is contained in:
parent
e93d7bf467
commit
2029c11e99
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
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
|
//editor preview
|
||||||
$config = $oEditorModel->getEditorConfig();
|
$config = $oEditorModel->getEditorConfig();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue