mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
29 lines
806 B
JSON
29 lines
806 B
JSON
|
{
|
||
|
"firstName": {
|
||
|
"ui:placeholder": "First Name",
|
||
|
"ui:description": "Your Identity Begins with Your First Name!",
|
||
|
"ui:help": "Enter Your First Name"
|
||
|
},
|
||
|
"lastName": {
|
||
|
"ui:placeholder": "Last Name",
|
||
|
"ui:description": "Your Family Name",
|
||
|
"ui:help": "Enter Your Last Name",
|
||
|
"ui:options": {
|
||
|
"counter": true
|
||
|
}
|
||
|
},
|
||
|
"bio": {
|
||
|
"ui:placeholder": "Bio",
|
||
|
"ui:widget": "textarea",
|
||
|
"ui:help": "Brief description about your life, accomplishments, interests, and background."
|
||
|
},
|
||
|
"country": {
|
||
|
"ui:widget": "textarea",
|
||
|
"ui:placeholder": "Country",
|
||
|
"ui:description": "Your Country",
|
||
|
"ui:help" : "Briefly describe your country's geography, history, culture, economy, tourism, etc.",
|
||
|
"ui:options": {
|
||
|
"counter": true
|
||
|
}
|
||
|
}
|
||
|
}
|