diff --git a/playground/matplus/norm-digitalisation/option-standard-exampledata.json b/playground/matplus/norm-digitalisation/option-standard-exampledata.json index ec6044a5..fc3512a7 100644 --- a/playground/matplus/norm-digitalisation/option-standard-exampledata.json +++ b/playground/matplus/norm-digitalisation/option-standard-exampledata.json @@ -12,5 +12,19 @@ "value": "withdrawn", "label": "Withdrawn" } + ], + "fruits": [ + { + "value": "apples", + "label": "Apples" + }, + { + "value": "oranges", + "label": "Oranges" + }, + { + "value": "bananas", + "label": "Bananas" + } ] } \ No newline at end of file