HTML 사용 권한이 반영되지 않는 문제 수정

This commit is contained in:
YJSoft 2015-06-10 12:40:02 +09:00
parent 877f80a2e0
commit 8ab57a71f7

View file

@ -69,6 +69,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-->