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