mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
에디터 기본 설정에 '자동저장 사용, HTML 허용' 설정 추가
This commit is contained in:
parent
820c725d69
commit
a8e0acc6cf
6 changed files with 27 additions and 11 deletions
|
|
@ -45,6 +45,8 @@ class editor extends ModuleObject
|
|||
'content_line_height' => '160%',
|
||||
'content_paragraph_spacing' => '0px',
|
||||
'content_word_break' => 'normal',
|
||||
'enable_autosave' => 'Y',
|
||||
'allow_html' => 'Y',
|
||||
'autoinsert_image' => 'paragraph',
|
||||
'additional_css' => array(),
|
||||
'additional_mobile_css' => array(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue