Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/2026/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
{
"title": "Where Collected Fuel",
"description": "Areas where fuel was collect from during autonomous",
"type": "multi-select",
"type": "checkbox-select",
"required": false,
"code": "autoCollectLoc",
"formResetBehavior": "reset",
Expand All @@ -152,7 +152,7 @@
{
"title": "Other Auto Actions",
"description": "Additional actions completed during autonomous",
"type": "multi-select",
"type": "checkbox-select",
"required": false,
"code": "autoAdditionAct",
"formResetBehavior": "reset",
Expand Down Expand Up @@ -224,7 +224,7 @@
{
"title": "Bump / Trench",
"description": "Did the robot go under the bump or over the trench at least once during the match?",
"type": "multi-select",
"type": "checkbox-select",
"required": false,
"code": "teleBumpTrench",
"formResetBehavior": "reset",
Expand Down Expand Up @@ -254,7 +254,7 @@
{
"title": "Opposing Zone Actions",
"description": "If the robot went into the opposing zone, what actions were completed?",
"type": "multi-select",
"type": "checkbox-select",
"required": false,
"code": "teleOpposingActs",
"formResetBehavior": "reset",
Expand Down Expand Up @@ -346,7 +346,7 @@
{
"title": "Scoring Location",
"description": "What locations in alliance zone did the robot score from?",
"type": "multi-select",
"type": "checkbox-select",
"required": false,
"code": "teleScoreLoc",
"formResetBehavior": "reset",
Expand Down
Loading