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"
]
}