first commit

This commit is contained in:
2019-05-25 23:11:05 -04:00
commit 16f48376bc
6139 changed files with 990356 additions and 0 deletions
@@ -0,0 +1,71 @@
{
"type": "optiontree",
"tree": {
"selectors": {
"sport": {
"schema": {
"type": "string"
},
"options": {
"type": "select",
"noneLabel": "Pick a Sport..."
}
},
"team": {
"schema": {
"type": "string"
},
"options": {
"type": "select",
"noneLabel": "Pick a Team..."
}
},
"player": {
"schema": {
"type": "string"
},
"options": {
"type": "select",
"noneLabel": "Pick a Player..."
}
}
},
"order": ["sport", "team", "player"],
"data": [{
"value": 23,
"attributes": {
"sport": "Basketball",
"team": "Chicago Bulls",
"player": "Michael Jordan"
}
}, {
"value": 33,
"attributes": {
"sport": "Basketball",
"team": "Chicago Bulls",
"player": "Scotty Pippen"
}
}, {
"value": 4,
"attributes": {
"sport": "Football",
"team": "Green Bay Packers",
"player": "Brett Favre"
}
}, {
"value": 19,
"attributes": {
"sport": "Baseball",
"team": "Milwaukee Brewers",
"player": "Robin Yount"
}
}, {
"value": 99,
"attributes": {
"sport": "Hockey",
"player": "Wayne Gretzky"
}
}],
"horizontal": true
}
}
@@ -0,0 +1,4 @@
{
"type": "number",
"title": "What number would like for your sports jersey?"
}
@@ -0,0 +1,6 @@
{
"Vanilla": "Vanilla Flavor",
"Chocolate": "Chocolate Flavor",
"Strawberry": "Strawberry Flavor",
"Mint": "Mint Flavor"
}