Skip to content

Commit

Permalink
Dev: added jpeg as default allowed file format for uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed May 29, 2020
1 parent f504dd3 commit 1cca5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/questionHelper.php
Expand Up @@ -1503,7 +1503,7 @@ public static function getAttributesDefinitions()
'category'=>gT('Other'),
'sortorder'=>134,
"inputtype"=>"text",
'default'=>"png, gif, doc, odt, jpg, pdf, png",
'default'=>"png, gif, doc, odt, jpg, pdf, png, jpeg",
"help"=>gT("Allowed file types in comma separated format. e.g. pdf,doc,odt"),
"caption"=>gT("Allowed file types")
);
Expand Down

0 comments on commit 1cca5aa

Please sign in to comment.