diff --git a/playground/myome/dylans-pizza-palace/select-toppings-exampledata.json b/playground/myome/dylans-pizza-palace/select-toppings-exampledata.json index 9e26dfee..2c78a2fd 100644 --- a/playground/myome/dylans-pizza-palace/select-toppings-exampledata.json +++ b/playground/myome/dylans-pizza-palace/select-toppings-exampledata.json @@ -1 +1,16 @@ -{} \ No newline at end of file +{ + "fruits": [ + { + "value": "apples", + "label": "Apples" + }, + { + "value": "oranges", + "label": "Oranges" + }, + { + "value": "bananas", + "label": "Bananas" + } + ] +} \ No newline at end of file