File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 55 "strings" : {
66 "options" : {
77 "10pin" : " Ten-Pin Bowling" ,
8+ "5pin" : " Five-Pin Bowling" ,
89 "9pin" : " Nine-Pin Bowling" ,
910 "american_football" : " American Football" ,
1011 "athletics" : " Track & Field" ,
1617 "bmx" : " BMX" ,
1718 "boules" : " Boules" ,
1819 "bowls" : " Bowls" ,
20+ "candlepin" : " Candlepin Bowling" ,
1921 "canoe" : " Canoeing" ,
2022 "chess" : " Chess" ,
2123 "climbing" : " Climbing" ,
2527 "darts" : " Darts" ,
2628 "disc_golf" : " Disc Golf" ,
2729 "dog_racing" : " Dog Racing" ,
30+ "duckpin" : " Duckpin Bowling" ,
2831 "equestrian" : " Equestrian Sports" ,
2932 "fitness" : " Fitness Training" ,
3033 "free_flying" : " Paragliding / Hang Gliding" ,
Original file line number Diff line number Diff line change 1+ {
2+ "key" : " sport" ,
3+ "type" : " semiCombo" ,
4+ "label" : " Sports" ,
5+ "options" : [
6+ " 10pin" ,
7+ " 9pin" ,
8+ " 5pin" ,
9+ " duckpin" ,
10+ " candlepin"
11+ ],
12+ "stringsCrossReference" : " {sport}" ,
13+ "autoSuggestions" : false
14+ }
Original file line number Diff line number Diff line change 33 "fields" : [
44 " name" ,
55 " operator" ,
6+ " sport/sport_bowling" ,
67 " address" ,
78 " building_area_yes" ,
89 " opening_hours"
You can’t perform that action at this time.
0 commit comments