mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-22 16:38:10 +00:00
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"ui:order": [
|
|
"full_name",
|
|
"organization",
|
|
"role",
|
|
"purpose"
|
|
],
|
|
"full_name": {
|
|
"ui:autofocus": true,
|
|
"ui:enableMarkdownInDescription": true
|
|
},
|
|
"purpose": {
|
|
"ui:widget": "textarea"
|
|
}
|
|
} |