use AppConfig instead of database table to configure mimetypes for questtype ?Submit?
This commit is contained in:
parent
4df159ba7e
commit
14e0e71011
3 changed files with 21 additions and 32 deletions
|
|
@ -153,6 +153,10 @@
|
|||
array(
|
||||
'mimetype' => 'image/png',
|
||||
'size' => 1048576
|
||||
),
|
||||
array(
|
||||
'mimetype' => 'application/pdf',
|
||||
'size' => 1048576
|
||||
)
|
||||
),
|
||||
'map' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue