Skip to content

Commit 13077cc

Browse files
authored
modify attachment settings (#48)
* allow webcam by default * increase maxStorageFileSize
1 parent 0e99d16 commit 13077cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

distro/configuration/globalproperties/globalproperties-core-sdh.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,15 @@
3939
<property>attachments.allowedFileExtensions</property>
4040
<value>jpeg,jpg,png,pdf</value>
4141
</globalProperty>
42+
43+
<globalProperty>
44+
<property>attachments.allowWebcam</property>
45+
<value>true</value>
46+
</globalProperty>
47+
48+
<globalProperty>
49+
<property>attachments.maxStorageFileSize</property>
50+
<value>5.0</value>
51+
</globalProperty>
4252
</globalProperties>
4353
</config>

0 commit comments

Comments
 (0)