Add forgotten permission (canUploadAttachment)

This commit is contained in:
Maximilian Mader 2013-09-13 22:54:30 +02:00
parent 2a2b69093b
commit 9deab6a0e2
1 changed files with 7 additions and 0 deletions

View File

@ -38,6 +38,13 @@
<defaultvalue>none</defaultvalue>
<admindefaultvalue>all</admindefaultvalue>
</option>
<option name="user.chat.canUploadAttachment">
<categoryname>user.chat</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>1</defaultvalue>
<enableoptions>user.chat.maxAttachmentSize,user.chat.allowedAttachmentExtensions</enableoptions>
<options>module_attachment</options>
</option>
<option name="user.chat.maxAttachmentSize">
<categoryname>user.chat</categoryname>
<optiontype>fileSize</optiontype>