User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/manualchecking-schema.json
This commit is contained in:
parent
ae3e041ff1
commit
ca72196483
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
"title": "Dropdown list",
|
||||
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
||||
|
||||
"favoriteFruit": {
|
||||
"title": "Select your favorite fruit",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:fruits"
|
||||
]
|
||||
"title": "Checkbox",
|
||||
"description": "Authority Letter/Unit Demand Collected?",
|
||||
"properties": {
|
||||
"documents_collected": {
|
||||
"type": "boolean",
|
||||
"title": "Documents Collected",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue