Makes displayed phone number configurable for site ep-events
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user