User: admin@spiffworkflow.org clicked save for examples/1-basic-concepts/1-2-forms/test-uischema.json
This commit is contained in:
parent
1b606bfe52
commit
33b54c4895
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
"ui:order": [
|
||||
"ui:order": [
|
||||
"firstName",
|
||||
"lastName",
|
||||
"*",
|
||||
"password"
|
||||
|
||||
],
|
||||
"firstName": {
|
||||
"ui:autofocus": true,
|
||||
|
@ -12,8 +11,8 @@
|
|||
"ui:placeholder": "ui:emptyValue causes this field to always be valid despite being required",
|
||||
"ui:autocomplete": "family-name",
|
||||
"ui:enableMarkdownInDescription": true,
|
||||
"ui:description": "This is just an example, don't provide any real datails.",
|
||||
"ui:help": "Pick your family name"
|
||||
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/).",
|
||||
"ui:help": "Pick your family name"
|
||||
},
|
||||
"lastName": {
|
||||
"ui:autocomplete": "given-name",
|
||||
|
|
Loading…
Reference in New Issue