2023-11-20 13:29:31 +00:00
|
|
|
{
|
|
|
|
"firstName": {
|
|
|
|
"ui:autofocus": true,
|
|
|
|
"ui:emptyValue": "",
|
|
|
|
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
|
|
|
|
"ui:autocomplete": "family-name",
|
|
|
|
"ui:enableMarkdownInDescription": true,
|
2023-11-20 13:31:07 +00:00
|
|
|
"ui:description": "Also Editable! Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
|
2023-11-20 13:37:12 +00:00
|
|
|
},
|
|
|
|
"bio": {
|
|
|
|
"ui:widget": "textarea"
|
2023-11-20 13:41:14 +00:00
|
|
|
},
|
|
|
|
"delivery_date": {
|
|
|
|
"ui:widget": "date",
|
|
|
|
"ui:help": "Specify the preferred delivery date for this service/product"
|
2023-11-20 13:29:31 +00:00
|
|
|
}
|
|
|
|
}
|