sample-process-models/example/form-with-nested-items/form_with_nested_items_uischema.json
2023-05-24 12:07:15 -04:00

11 lines
208 B
JSON

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