Move presets to json objects
This commit is contained in:
21
presets/cricket.json
Normal file
21
presets/cricket.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Cricket - coming soon",
|
||||
"outcomes": [
|
||||
"Win",
|
||||
"Loss",
|
||||
"Tie",
|
||||
"Draw"
|
||||
],
|
||||
"results": [
|
||||
],
|
||||
"performance": [
|
||||
],
|
||||
"columns": [
|
||||
],
|
||||
"metrics": [
|
||||
"Height",
|
||||
"Weight"
|
||||
],
|
||||
"statistics": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user