allow fileupload in submission

This commit is contained in:
ggman12
2026-02-12 15:26:45 -05:00
parent c6d9e59d01
commit 1694fe0b46
2 changed files with 48 additions and 2 deletions
@@ -65,9 +65,11 @@ body:
id: submission_json
attributes:
label: Submission JSON
description: Paste either one JSON object or an array of JSON objects. Must be valid JSON. Do not include contributor_name or contributor_uuid in your JSON.
description: |
Paste JSON directly, OR drag-and-drop a .json file here.
Must be valid JSON. Do not include contributor_name or contributor_uuid.
placeholder: |
Paste JSON here...
Paste JSON here, or drag-and-drop a .json file...
validations:
required: true