Move presets to json objects

This commit is contained in:
Brian Miyaji
2014-05-02 17:27:18 +10:00
parent 6ce1953dc2
commit 388817111a
22 changed files with 438 additions and 365 deletions

20
presets/football.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Football - coming soon",
"outcomes": [
"Win",
"Loss",
"Tie"
],
"results": [
],
"performance": [
],
"columns": [
],
"metrics": [
"Height",
"Weight"
],
"statistics": [
]
}