AddAsyncupload: translations and options

This commit is contained in:
nobohan
2022-02-24 10:04:06 +01:00
parent f19a090549
commit 4655892815
2 changed files with 41 additions and 19 deletions

View File

@@ -166,7 +166,8 @@ export default {
template: null,
asyncUploadOptions: {
maxFiles: 1,
maxPostSize: 15000000
maxPostSize: 15000000,
required: false,
}
}
},