mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
23 lines
377 B
JSON
23 lines
377 B
JSON
{
|
|
"project": {
|
|
"ui:autofocus": true
|
|
},
|
|
"purpose": {
|
|
"ui:widget": "textarea"
|
|
},
|
|
"period": {
|
|
"ui:widget": "date",
|
|
"ui:help": "Date when the goods/services should be delivered"
|
|
},
|
|
"ui:order": [
|
|
"requestor",
|
|
"project",
|
|
"category",
|
|
"sub_category",
|
|
"purpose",
|
|
"criticality",
|
|
"vendor",
|
|
"period",
|
|
"payment_method"
|
|
]
|
|
} |