You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,13 @@ const config = {
46
46
//
47
47
// E.g. the 'bike' entry will add a "bike" profile for which we send a request with the specified 'details' parameter. You can even change the profile itself when you specify
48
48
// bike: { profile: 'raw_bike', ... }
49
+
50
+
// Certain profiles should not appear in the list as it would be too many. Instead they're listed in the settings but still a 'main' profile needs to be shown.
51
+
// profile_group_mapping: {
52
+
// car_avoid_motorway: 'car',
53
+
// car_avoid_ferry: 'car',
54
+
// car_avoid_toll: 'car',
55
+
// }
49
56
}
50
57
51
58
// this is needed for jest (with our current setup at least)
0 commit comments