mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
parent
a647fff6b8
commit
7a659737cc
5 changed files with 11 additions and 1 deletions
|
|
@ -280,6 +280,7 @@ class CommunicationView extends communication
|
|||
$option->primary_key_name = 'temp_srl';
|
||||
$option->content_key_name = 'content';
|
||||
$option->allow_fileupload = $this->config->enable_attachment === 'Y';
|
||||
$option->allowed_filesize = $this->config->attachment_size_limit ?? 0;
|
||||
$option->enable_autosave = FALSE;
|
||||
$option->enable_default_component = TRUE; // FALSE;
|
||||
$option->enable_component = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue