diff --git a/web/typo3conf/ext/ep_events/Configuration/TypoScript/constants.txt b/web/typo3conf/ext/ep_events/Configuration/TypoScript/constants.txt index fe0c69ff..b995b1bc 100644 --- a/web/typo3conf/ext/ep_events/Configuration/TypoScript/constants.txt +++ b/web/typo3conf/ext/ep_events/Configuration/TypoScript/constants.txt @@ -46,6 +46,8 @@ plugin.tx_epevents { activityDefaultHeaderImage = # cat=plugin.tx_epevents//a; type=string; label=Activity default keywords image activityDefaultKeywordsImage = + # cat=plugin.tx_epevents//a; type=string; label=Business hours + businessHours = Montag - Freitag 08:30 Uhr bis 17:00 Uhr } persistence { # cat=plugin.tx_epevents//a; type=string; label=Default storage PID diff --git a/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt b/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt index f9ee5a4d..cab20896 100644 --- a/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt +++ b/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt @@ -49,6 +49,7 @@ plugin.tx_epevents { activityDefaultKeywordsImage = {$plugin.tx_epevents.settings.activityDefaultKeywordsImage} enableContactFormAutoreply = {$plugin.tx_epevents.settings.enableContactFormAutoreply} contactFormAutoreplySubject = {$plugin.tx_epevents.settings.contactFormAutoreplySubject} + businessHours = {$plugin.tx_epevents.settings.businessHours} configurator { options { travelType { diff --git a/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html b/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html index 9a6cd014..499c7821 100644 --- a/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html +++ b/web/typo3conf/ext/ep_events/Resources/Private/Partials/PageFooter.html @@ -32,7 +32,7 @@