mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"isInvoiceApproved": {
|
|
"ui:autofocus": true,
|
|
"ui:widget": "radio",
|
|
"ui:help": "Select Yes to approve, No to reject"
|
|
},
|
|
"approvalComment": {
|
|
"ui:help": "Enter comments related approval or rejection here",
|
|
"ui:options": {
|
|
widget: "textarea",
|
|
rows: 5
|
|
}
|
|
},
|
|
"ui:order": [
|
|
"contributorName",
|
|
"isInvoiceApproved",
|
|
"approvalComment"
|
|
]
|
|
} |