mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
15 lines
365 B
JSON
15 lines
365 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"items" : {
|
||
|
"description": {
|
||
|
"ui:widget": "textarea",
|
||
|
"ui:help": "Enter task description",
|
||
|
"ui:placeholder": "Task description"
|
||
|
} ,
|
||
|
"start_date": {
|
||
|
"ui:widget": "date",
|
||
|
"ui:help": "The date and time you started working on it"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|