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"
|
||
|
}
|
||
|
}
|