mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix #1335 support autoinsert option by file type
This commit is contained in:
parent
2802c59889
commit
8d05a674f5
8 changed files with 50 additions and 31 deletions
|
|
@ -46,7 +46,8 @@ class editor extends ModuleObject
|
|||
'enable_autosave' => 'Y',
|
||||
'allow_html' => 'Y',
|
||||
'editor_focus' => 'N',
|
||||
'autoinsert_image' => 'paragraph',
|
||||
'autoinsert_types' => array('image' => true, 'audio' => true, 'video' => true),
|
||||
'autoinsert_position' => 'paragraph',
|
||||
'additional_css' => array(),
|
||||
'additional_mobile_css' => array(),
|
||||
'additional_plugins' => array(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue