demo-process-models/potentially-promote-to-exam.../form-with-nested-items/form_with_nested_items_uisc...

11 lines
208 B
JSON
Raw Normal View History

2023-06-28 12:47:07 +00:00
{
"ui:order": ["title", "tasks"],
"tasks": {
"items": {
"ui:order": ["title", "details", "start_date", "end_date", "done"],
"details": {
"ui:widget": "textarea"
}
}
}
}