fix(user-studies): improved file submission

This commit is contained in:
David Mosbach 2022-10-23 21:15:32 +02:00
parent 01007ad07c
commit 9889a79eb4

View File

@ -74,37 +74,24 @@ nodes:
form: form:
"nutzerstudien": "nutzerstudien":
- "1": - "1":
tag: multiple tag: file
min: 0
label: label:
fallback: "Nutzerstudien" fallback: "Belege"
fallback-lang: de-de-formal fallback-lang: de-de-formal
translations: translations:
en-eu: "User Studies" en-eu: "Certificates"
tooltip: tooltip:
fallback: "Belege für erhaltene MMI-Punkte" fallback: "Belege für erhaltene MMI-Punkte"
fallback-lang: de-de-formal fallback-lang: de-de-formal
translations: translations:
en-eu: "Certificates for achieved MMI points" en-eu: "Certificates for achieved MMI points"
sub:
tag: file
label:
fallback: "Weiterer Beleg"
fallback-lang: de-de-formal
translations:
en-eu: "Additional Certificate"
tooltip:
fallback: "Weiteren Beleg hinzufügen"
fallback-lang: de-de-formal
translations:
en-eu: "Add another certificate"
default: null default: null
optional: false optional: false
config: config:
unpack-zips: unpack-zips:
default: true default: true
force: true force: true
multiple: false multiple: true
all-empty-ok: false all-empty-ok: false
max-file-size: 5242880 max-file-size: 5242880
restrict-extensions: ["pdf"] restrict-extensions: ["pdf"]