mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:38:13 +00:00
User: mwilson1962@gmail.com clicked save for playground/safran-federal-systems/daemonbuilder2/InitialDataCollection-uischema.json
This commit is contained in:
parent
f840d5595d
commit
1c5df20bec
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "Text Field",
|
"title": "Text Area",
|
||||||
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
|
"description": "A larger resizable area to enter longer text. (field name will be 'bio')",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"firstName"
|
"firstName"
|
||||||
@ -10,6 +10,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Daemon name",
|
"title": "Daemon name",
|
||||||
"default": "Sensor Type 1"
|
"default": "Sensor Type 1"
|
||||||
|
},
|
||||||
|
"bio": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Bio"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -6,5 +6,8 @@
|
|||||||
"ui:autocomplete": "family-name",
|
"ui:autocomplete": "family-name",
|
||||||
"ui:enableMarkdownInDescription": true,
|
"ui:enableMarkdownInDescription": true,
|
||||||
"ui:description": "Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/)."
|
"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