Skip to content

Commit 145cf6d

Browse files
committed
Update example toml
1 parent 02317a4 commit 145cf6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ulc_mm_package/study_configurations/_example-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ label = "choices"
2121
datatype = "enum"
2222
choices = ["control", "low_dose", "high_dose"]
2323
default = "control"
24+
required = true
2425

2526
[[metadata]]
2627
key = "key4"
2728
label = "Multiselect"
2829
datatype = "multiselect"
2930
choices = ["pickme", "orme", "orwho", "or", "allofus"]
31+
subkeys = ["choice1", "choice2", "choice3", "choice4", "choice5"]
32+
required = false
3033

3134

3235
[[metadata]]

0 commit comments

Comments
 (0)