mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-18 21:46:22 +00:00
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"ui:order": ["title", "tasks"],
|
|
"tasks": {
|
|
"items": {
|
|
"ui:order": ["title", "details", "start_date", "end_date", "done"],
|
|
"details": {
|
|
"ui:widget": "textarea"
|
|
}
|
|
}
|
|
}
|
|
} |