Skip to content

Commit 5de97f5

Browse files
add currency dropdown to fare_product
1 parent 7aa1ce3 commit 5de97f5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

gtfs.yml

+25-1
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,31 @@
10381038
required: true
10391039
- name: currency
10401040
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)
10421066
- id: faremedia
10431067
name: fare_media.txt
10441068
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

Comments
 (0)