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: gtfs.yml
+25-1
Original file line number
Diff line number
Diff line change
@@ -1038,7 +1038,31 @@
1038
1038
required: true
1039
1039
- name: currency
1040
1040
required: true
1041
-
inputType: TEXT # FARE-TODO: Dropdownx
1041
+
inputType: DROPDOWN
1042
+
bulkEditEnabled: true
1043
+
options:
1044
+
- value: USD
1045
+
text: US dollar (USD)
1046
+
- value: AUD
1047
+
text: Australian dollar (AUD)
1048
+
- value: CAD
1049
+
text: Canadian dollar (CAD)
1050
+
- value: CHF
1051
+
text: Swiss franc (CHF)
1052
+
- value: CNH
1053
+
text: Chinese renminbi (CNH)
1054
+
- value: EUR
1055
+
text: Euro (EUR)
1056
+
- value: GBP
1057
+
text: Pound sterling (GBP)
1058
+
- value: JPY
1059
+
text: Japanese yen (JPY)
1060
+
- value: MXN
1061
+
text: Mexican peso (MXN)
1062
+
- value: NZD
1063
+
text: New Zealand dollar (NZD)
1064
+
- value: SEK
1065
+
text: Swedish krona (SEK)
1042
1066
- id: faremedia
1043
1067
name: fare_media.txt
1044
1068
helpContent: To describe the different fare media that can be employed to use fare products. Fare media are physical or virtual holders used for the representation and/or validation of a fare product.
0 commit comments