mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 08:18:24 +00:00
User: morteza.poudat@matplus.eu clicked save for playground/matplus/norm-digitalisation/example-options-schema.json
This commit is contained in:
parent
afbd359afa
commit
a786164063
@ -1 +1,16 @@
|
||||
{}
|
||||
{
|
||||
"fruits": [
|
||||
{
|
||||
"value": "apples",
|
||||
"label": "Apples"
|
||||
},
|
||||
{
|
||||
"value": "oranges",
|
||||
"label": "Oranges"
|
||||
},
|
||||
{
|
||||
"value": "bananas",
|
||||
"label": "Bananas"
|
||||
}
|
||||
]
|
||||
}
|
@ -1 +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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user