mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-20 19:48:12 +00:00
User: dan@sartography.com clicked save for examples/0-2-basic-example/norris-schema.json
This commit is contained in:
parent
253f9b4bb9
commit
6c2b0c9b98
@ -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')",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"firstName",
|
||||
@ -54,6 +54,10 @@
|
||||
"type": "string",
|
||||
"title": "First name",
|
||||
"default": "Chuck"
|
||||
},
|
||||
"bio": {
|
||||
"type": "string",
|
||||
"title": "Bio"
|
||||
}
|
||||
}
|
||||
}
|
@ -24,5 +24,8 @@
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user