diff --git a/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript b/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript
index 99fb1b03..18cd0ff8 100644
--- a/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript
+++ b/public/typo3conf/ext/ep_events/Configuration/TypoScript/constants.typoscript
@@ -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
}
diff --git a/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript
index 8bf05b96..046fa6d4 100644
--- a/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript
+++ b/public/typo3conf/ext/ep_events/Configuration/TypoScript/setup.typoscript
@@ -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 {
diff --git a/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/ActivityEpEvents.html b/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/ActivityEpEvents.html
index 6df9bd2b..ae206838 100644
--- a/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/ActivityEpEvents.html
+++ b/public/typo3conf/ext/ep_events/Resources/Private/Layouts/Page/ActivityEpEvents.html
@@ -8,7 +8,7 @@