Makes displayed phone number configurable for site ep-events

This commit is contained in:
Björn Fromme
2022-05-03 20:38:13 +02:00
parent da1a48b2a6
commit f633de4a0b
9 changed files with 13 additions and 7 deletions
@@ -50,6 +50,10 @@ plugin.tx_epevents {
activityDefaultKeywordsImage =
# cat=plugin.tx_epevents//a; type=string; label=Business hours
businessHours = Montag - Freitag 08:30 Uhr bis 17:00 Uhr
# cat=plugin.tx_epevents//a; type=string; label=Phone number display
phoneNumberDisplay = +49 221.27 22 76 18
# cat=plugin.tx_epevents//a; type=string; label=Phone number link
phoneNumberLink = +4922127227618
# cat=plugin.tx_epevents//a; type=boolean; label=Enable language switch
enableLanguageSwitch = 0
}
@@ -43,6 +43,8 @@ plugin.tx_epevents {
enableContactFormAutoreply = {$plugin.tx_epevents.settings.enableContactFormAutoreply}
contactFormAutoreplySubject = {$plugin.tx_epevents.settings.contactFormAutoreplySubject}
businessHours = {$plugin.tx_epevents.settings.businessHours}
phoneNumberDisplay = {$plugin.tx_epevents.settings.phoneNumberDisplay}
phoneNumberLink = {$plugin.tx_epevents.settings.phoneNumberLink}
enableLanguageSwitch = {$plugin.tx_epevents.settings.enableLanguageSwitch}
configurator {
defaults {