mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
22 lines
441 B
JSON
22 lines
441 B
JSON
|
{
|
||
|
"project": {
|
||
|
"ui:autofocus": true,
|
||
|
"ui:emptyValue": "",
|
||
|
"ui:help": "What are you working on?"
|
||
|
},
|
||
|
"startDateTime": {
|
||
|
"ui:widget": "datetime",
|
||
|
"ui:help": "The date and time you started working on this line item"
|
||
|
},
|
||
|
"endDateTime": {
|
||
|
"ui:widget": "datetime",
|
||
|
"ui:help": "The date and time you stopped working on this line item"
|
||
|
},
|
||
|
"ui:order": [
|
||
|
"client",
|
||
|
"project",
|
||
|
"summary",
|
||
|
"startDateTime",
|
||
|
"endDateTime"
|
||
|
]
|
||
|
}
|