mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 12:48:12 +00:00
User: admin@spiffworkflow.org clicked save for examples/0-2-basic-example/norris-schema.json
This commit is contained in:
parent
6f81b8d8c7
commit
4aca1ee203
@ -2,5 +2,5 @@
|
|||||||
"pushups": false,
|
"pushups": false,
|
||||||
"thanos": false,
|
"thanos": false,
|
||||||
"bulletproof": false,
|
"bulletproof": false,
|
||||||
"stage":"NEW"
|
"stage": "NEW"
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"pushups",
|
"firstName",
|
||||||
"thanos",
|
"thanos",
|
||||||
"bulletproof"
|
"bulletproof"
|
||||||
],
|
],
|
||||||
@ -47,6 +47,13 @@
|
|||||||
"const": false
|
"const": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"firstName": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "First name",
|
||||||
|
"default": "Chuck"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"title": "Text Field",
|
||||||
|
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')"
|
||||||
}
|
}
|
@ -16,5 +16,13 @@
|
|||||||
"ui:options": {
|
"ui:options": {
|
||||||
"inline": true
|
"inline": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"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/)."
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user