sample-process-models/misc/qa/forms/test-nested-form-1/test-nested-form-1-uischema.json

14 lines
267 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"tasks": {
"items" : {
"title": {
"ui:help": "Help text for title",
"ui:placeholder": "Type your title here"
},
"done": {
"ui:help": "Help text for done"
}
}
}
}