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
d59ed013d0
commit
8f843db2db
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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')",
|
||||
"title": "Text Area",
|
||||
"description": "A larger resizable area to enter longer text. (field name will be 'bio')",
|
||||
"properties": {
|
||||
"done": {
|
||||
"type": "boolean",
|
||||
@ -11,6 +11,10 @@
|
||||
"type": "string",
|
||||
"title": "First name",
|
||||
"default": "Chuck"
|
||||
},
|
||||
"bio": {
|
||||
"type": "string",
|
||||
"title": "Bio"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
Loading…
x
Reference in New Issue
Block a user