mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:08:28 +00:00
User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/manualchecking-uischema.json
This commit is contained in:
parent
b81d3d17f1
commit
c9e8811c9c
@ -1,3 +1,14 @@
|
||||
{
|
||||
|
||||
"title": "Dropdown list",
|
||||
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"favoriteFruit": {
|
||||
"title": "Select your favorite fruit",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:fruits"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -1,3 +1 @@
|
||||
{
|
||||
|
||||
}
|
||||
{}
|
Loading…
x
Reference in New Issue
Block a user