Skip to content

Commit 7cc0bb7

Browse files
chore(example-config): Add itinerary#showRouteFares to example-config.yml.
1 parent 404f516 commit 7cc0bb7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: example-config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ routingTypes:
124124
- key: ITINERARY
125125
text: Exact Time
126126

127+
# Itinerary options
128+
itinerary:
129+
# Show fares for each transit leg (false if omitted).
130+
# (Requires using LineItinerary.)
131+
showRouteFares: false
132+
127133
### Use this config for the standard mode selector
128134
# modeGroups:
129135
# - name: Transit

0 commit comments

Comments
 (0)