Skip to content

Commit

Permalink
Update collection-save: Add dependency information
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored May 12, 2021
1 parent 7e082c2 commit a1b4210
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reference-sample-config/collection-save.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
{
"code": "board",
"dataType": "text",
"depends": ["medium", "gradeLevel", "subject", "topic"],
"description": "Board",
"editable": true,
"index": 6,
Expand All @@ -119,7 +120,8 @@
"visible": true
}, {
"code": "medium",
"dataType": "list",
"dataType": "list",
"depends": ["gradeLevel", "subject", "topic"],
"description": "",
"editable": true,
"index": 7,
Expand All @@ -133,6 +135,7 @@
}, {
"code": "gradeLevel",
"dataType": "list",
"depends": ["subject", "topic"],
"description": "Class",
"editable": true,
"index": 8,
Expand All @@ -146,6 +149,7 @@
}, {
"code": "subject",
"dataType": "list",
"depends": ["topic"],
"description": "",
"editable": true,
"index": 9,
Expand Down

0 comments on commit a1b4210

Please sign in to comment.