Make business hours configurable
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="page-footer__bottom__column page-footer__businesshours">
|
||||
Öffnungszeiten:<br>Montag - Freitag 08:30 Uhr bis 17:00 Uhr
|
||||
Öffnungszeiten:<br>{settings.businessHours}
|
||||
</div>
|
||||
<div class="page-footer__bottom__column page-footer__legal">
|
||||
<span class="page-footer__copyright">© E&P Reisen und Events GmbH</span>
|
||||
|
||||
Reference in New Issue
Block a user