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

11 lines
208 B
JSON

{
"ui:order": ["title", "tasks"],
"tasks": {
"items": {
"ui:order": ["title", "details", "start_date", "end_date", "done"],
"details": {
"ui:widget": "textarea"
}
}
}
}