|
|
@ -30,7 +30,7 @@ vModel.value.meta = { |
|
|
|
// Maximum Number of Attachments per cell |
|
|
|
// Maximum Number of Attachments per cell |
|
|
|
maxNumberOfAttachments: Math.max(1, +appInfo.value.ncMaxAttachmentsAllowed || 50) || 50, |
|
|
|
maxNumberOfAttachments: Math.max(1, +appInfo.value.ncMaxAttachmentsAllowed || 50) || 50, |
|
|
|
// Maximum File Size per file |
|
|
|
// Maximum File Size per file |
|
|
|
maxAttachmentSize: Math.max(1, +appInfo.value.ncMaxAttachmentsAllowed || 20) || 20, |
|
|
|
maxAttachmentSize: Math.max(1, +appInfo.value.ncAttachmentFieldSize || 20) || 20, |
|
|
|
// allow all mime types by default |
|
|
|
// allow all mime types by default |
|
|
|
supportedAttachmentMimeTypes: ['*'], |
|
|
|
supportedAttachmentMimeTypes: ['*'], |
|
|
|
}), |
|
|
|
}), |
|
|
|