User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/json-file-as-data-store/simple-form-exampledata.json

This commit is contained in:
sartography-automated-committer 2024-02-23 12:09:33 +00:00
parent a90436e27b
commit 17c85f0637

View File

@ -1,16 +1,43 @@
{
"gator_select": [
"gator_select": [
{
"value": "apples",
"label": "Apples"
"key": "Glacier Freeze",
"value": "Glacier Freeze"
},
{
"value": "oranges",
"label": "Oranges"
"key": "Fierce Grape",
"value": "Fierce Grape"
},
{
"value": "bananas",
"label": "Bananas"
"key": "Fruit Punch",
"value": "Fruit Punch"
},
{
"key": "Lemon-Lime",
"value": "Lemon-Lime"
},
{
"key": "Orange",
"value": "Orange"
},
{
"key": "Riptide Rush",
"value": "Riptide Rush"
},
{
"key": "Strawberry Lemonade",
"value": "Strawberry Lemonade"
},
{
"key": "Sweat Strawberry",
"value": "Sweat Strawberry"
},
{
"key": "Tropical Punch",
"value": "Tropical Punch"
},
{
"key": "X-Fruit Fusion",
"value": "X-Fruit Fusion"
}
]
}