User: mwilson1962@gmail.com added process model file playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-schema.json
This commit is contained in:
parent
7c7ad57c79
commit
fa74060ad2
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
|
||||
"title": "Initial Data Collection Form",
|
||||
"description": "This is how we start creating a daemon",
|
||||
"properties": {
|
||||
"daemonName": {
|
||||
"type": "string",
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
{
|
||||
"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/)."
|
||||
},
|
||||
"bio": {
|
||||
"ui:widget": "textarea"
|
||||
}
|
||||
"ui:order": [
|
||||
"daemonName",
|
||||
"description"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue