Skip to content

Commit

Permalink
Add new fields to config_data in crescendo_pit_config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JediScoy committed Mar 14, 2024
1 parent b538d7a commit dbfade3
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion 2024/crescendo_pit_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,37 @@ var config_data = `
"type": "text",
"size": 20,
"maxSize": 250
}
},
{
"name": "length",
"code": "len",
"type": "number",
"defaultValue": "0"
},
{
"name": "height",
"code": "hei",
"type": "number",
"defaultValue": "0"
},
{
"name": "Intake Design",
"code": "ind",
"type": "radio",
"choices": {
"1": "Over the bumper<br>",
"2": "Undernearth<br>",
"3": "Source<br>",
"4": "Other<br>",
},
"defaultValue":"1"
{
"name": "Autons w/75% or better reliability",
"code": "auc",
"type": "number",
"defaultValue": "0"
},
],
"auton": [
],
Expand Down

0 comments on commit dbfade3

Please sign in to comment.