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