14 lines
479 B
JSON
14 lines
479 B
JSON
{
|
|
"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,
|
|
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
|
|
},
|
|
"password": {
|
|
"ui:widget": "password",
|
|
"ui:help": "Hint: Make it strong!"
|
|
}
|
|
} |