mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:58:11 +00:00
User: muhammadnouman@nutech.edu.pk clicked save for playground/nutech/issue/Check box-schema.json
This commit is contained in:
parent
e4b8c52d7b
commit
89fa414fbf
@ -14,10 +14,15 @@
|
||||
"type": "string",
|
||||
"format": "email",
|
||||
"title": "Email"
|
||||
},
|
||||
"firstName": {
|
||||
"type": "string",
|
||||
"title": "First name",
|
||||
"default": "Chuck"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"firstName",
|
||||
"age"
|
||||
],
|
||||
"ui:options": {
|
||||
@ -27,5 +32,7 @@
|
||||
"email"
|
||||
],
|
||||
"inline": true
|
||||
}
|
||||
},
|
||||
"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')"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user