mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
14 lines
267 B
JSON
14 lines
267 B
JSON
|
|
||
|
{
|
||
|
"tasks": {
|
||
|
"items" : {
|
||
|
"title": {
|
||
|
"ui:help": "Help text for title",
|
||
|
"ui:placeholder": "Type your title here"
|
||
|
},
|
||
|
"done": {
|
||
|
"ui:help": "Help text for done"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|