mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
#521, 쪽지 보내기 시 default 에디터에서 기본 컴포넌트만은 적용되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4470 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7743da3915
commit
af5ba6a72d
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
|||
$option->content_key_name = 'content';
|
||||
$option->allow_fileupload = false;
|
||||
$option->enable_autosave = false;
|
||||
$option->enable_default_component = false;
|
||||
$option->enable_default_component = true;// false;
|
||||
$option->enable_component = false;
|
||||
$option->resizable = false;
|
||||
$option->disable_html = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue