Refactor configurator defaults config, add more defaults

This commit is contained in:
Björn Fromme
2018-08-06 12:12:01 +02:00
parent e4f45b646e
commit b56a26f87b
10 changed files with 240 additions and 77 deletions
@@ -52,70 +52,6 @@ plugin.tx_epevents {
contactFormAutoreplySubject = {$plugin.tx_epevents.settings.contactFormAutoreplySubject}
businessHours = {$plugin.tx_epevents.settings.businessHours}
configurator {
options {
travelType {
1 = Incentive
2 = Teambuilding
3 = Meeting
4 = Corporate Event
}
locationType {
1 = Meer
2 = Berge
3 = Städte
4 = Spezial
}
accommodationType {
1 = 3-Sterne
2 = 4-Sterne
3 = 5-Sterne
4 = Spezial
}
programmeType {
1 = Outdoor & Action
2 = Event-Gastronomie
3 = Sightseeing
4 = Spezial
}
distance {
1 = Deutschland
2 = Europa
3 = Welt
}
pax {
1 = 20 - 40
2 = 40 - 60
3 = 60 - 80
4 = 80 - 100
5 = 100 - 150
6 = 150 - 200
7 = 200 - 250
8 = 250 - 300
9 = 350 - 400
10 = 400 - 450
11 = 450 - 500
12 = 500+
}
budget {
1 = nicht festgelegt
2 = 400 - 600 €
3 = 600 - 800 €
4 = 800 - 1000 €
5 = 1000 - 1500 €
6 = 1500 - 2000 €
7 = 2500 - 3000 €
}
period {
1 = Tagesevent
2 = 1 Nacht
3 = 2 Nächte
4 = 3 Nächte
5 = 4 Nächte
6 = 5 Nächte
7 = 6 Nächte
8 = 7 Nächte
}
}
defaults {
budget = 4
}