mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 15:38:29 +00:00
User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Check box-schema.json
This commit is contained in:
parent
b914c0b1ca
commit
a170934d0e
@ -1,11 +1,20 @@
|
||||
{
|
||||
"title": "Documents Received",
|
||||
"description": "All documents (CIN, auth ltr, demand form, Issue order) verified",
|
||||
"properties": {
|
||||
"done": {
|
||||
"type": "boolean",
|
||||
"title": "Received?",
|
||||
"default": false
|
||||
}
|
||||
"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')",
|
||||
"properties": {
|
||||
"done": {
|
||||
"type": "boolean",
|
||||
"title": "Received?",
|
||||
"default": false
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string",
|
||||
"title": "First name",
|
||||
"default": "Chuck"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"required": [
|
||||
"firstName"
|
||||
]
|
||||
}
|
@ -1 +1,10 @@
|
||||
{}
|
||||
{
|
||||
"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