mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
Merge pull request #1533 from YJSoft-Sec/devel/editor
HTML 사용 권한이 반영되지 않는 문제 수정
This commit is contained in:
commit
974d8d77cc
1 changed files with 4 additions and 0 deletions
|
|
@ -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-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue