Merge pull request #1533 from YJSoft-Sec/devel/editor

HTML 사용 권한이 반영되지 않는 문제 수정
This commit is contained in:
bnu 2015-07-06 11:10:56 +09:00
commit 974d8d77cc

View file

@ -70,6 +70,10 @@
<!--@if($module_type === 'comment')-->
settings.ckeconfig.toolbarStartupExpanded = false;
<!--@endif-->
<!--@if(!$html_mode)-->
settings.ckeconfig.removeButtons = 'Save,Preview,Print,Cut,Copy,Paste,Source';
<!--@endif-->
<!--@if($css_content)-->CKEDITOR.addCss('{$css_content}');<!--@end-->