sample-process-models/misc/qa/forms/test-nested-form-with-text-area/test-nested-form-with-text-area-uischema.json

11 lines
189 B
JSON
Raw Normal View History

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