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
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,28 @@ const config = {
45
45
//
46
46
// 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
47
47
// bike: { profile: 'raw_bike', ... }
48
+
49
+
// You can 'collapse' or group certain profiles to reduce the number of profiles in the panel. Instead they're listed in the settings but still a profile icon is shown.
50
+
// Note: the name of the group must be the default option for this group.
51
+
profile_group_mapping: {},
52
+
// profile_group_mapping: {
53
+
// car: {
54
+
// options: [
55
+
// { profile: 'car' },
56
+
// { profile: 'car_avoid_motorway' },
57
+
// { profile: 'car_avoid_ferry' },
58
+
// { profile: 'car_avoid_toll' }
59
+
// ]
60
+
// },
61
+
// bike: {
62
+
// options: [
63
+
// { profile: 'bike' },
64
+
// { profile: 'mtb' },
65
+
// { profile: 'racingbike' },
66
+
// { profile: 'ecargobike' }
67
+
// ]
68
+
// }
69
+
// }
48
70
}
49
71
50
72
// this is needed for jest (with our current setup at least)
0 commit comments