2022-11-05 12:16:48 +00:00
|
|
|
{
|
2022-11-05 12:20:49 +00:00
|
|
|
"project": {
|
2022-11-05 12:16:48 +00:00
|
|
|
"ui:autofocus": true,
|
|
|
|
"ui:emptyValue": "",
|
2022-11-05 12:20:49 +00:00
|
|
|
"ui:help": "What are you working on?"
|
2022-11-05 12:16:48 +00:00
|
|
|
},
|
2022-11-05 12:20:49 +00:00
|
|
|
"startDateTime": {
|
|
|
|
"ui:widget": "datetime",
|
|
|
|
"ui:help": "The date and time you started working on this line item"
|
2022-11-05 12:16:48 +00:00
|
|
|
},
|
2022-11-05 12:20:49 +00:00
|
|
|
"endDateTime": {
|
|
|
|
"ui:widget": "datetime",
|
|
|
|
"ui:help": "The date and time you stopped working on this line item"
|
2022-11-05 12:16:48 +00:00
|
|
|
},
|
|
|
|
"ui:order": [
|
2022-11-05 12:20:49 +00:00
|
|
|
"project",
|
|
|
|
"startDateTime",
|
|
|
|
"endDateTime"
|
2022-11-05 12:16:48 +00:00
|
|
|
]
|
|
|
|
}
|