Skip to content

Instantly share code, notes, and snippets.

@radcliff
Last active August 29, 2015 14:25
Show Gist options
  • Save radcliff/6d4f291d22c4055fc26b to your computer and use it in GitHub Desktop.
Save radcliff/6d4f291d22c4055fc26b to your computer and use it in GitHub Desktop.
Lemons - Items kinds (types)
{
"kinds": [
{
"option": "Lemons",
"value": "lemons"
},
{
"option": "Tomatoes",
"value": "tomatoes"
},
{
"option": "Cucumbers",
"value": "cucumbers"
},
{
"option": "Sweet Peppers",
"value": "sweet_peppers"
},
{
"option": "Beans",
"value": "beans"
},
{
"option": "Carrots",
"value": "carrots"
},
{
"option": "Summer Squash",
"value": "summer_squash"
},
{
"option": "Onions",
"value": "onions"
},
{
"option": "Hot Peppers",
"value": "hot_peppers"
},
{
"option": "Lettuce",
"value": "lettuce"
},
{
"option": "Peas",
"value": "peas"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment