sample-process-models/misc/test/e2e-8/upload-document-uischema.json

43 lines
1.0 KiB
JSON

{
"invoice": {
"contributorName": {
"ui:placeholder": "First and Last Name"
},
"contributorId": {
"ui:placeholder": "Employee or Vendor ID"
},
"invoiceId": {
"ui:autofocus": true,
"ui:placeholder": "Enter the Status Invoice ID found in the upper left of the PDF to be uploaded"
},
"invoiceAmount": {
"ui:placeholder": "Based on available currencies"
},
"dueDate": {
"ui:widget": "date",
"ui:placeholder": "Invoices submitted before the 15th of the month will be paided on the 25th"
},
"commentSubmitter": {
"ui:widget": "textarea",
"ui:help": "Enter comments related to your submission"
},
"ui:order": [
"contributorName",
"contributorId",
"invoiceId",
"invoiceAmount",
"dueDate",
"commentSubmitter"
]
},
"filesAccept": {
"ui:help": "Click here to select file to upload",
"ui:options": {
"accept": ".pdf"
}
},
"ui:order": [
"invoice",
"filesAccept"
]
}