feat: optional dedicated link to apply to logo image

This commit is contained in:
Björn Fromme
2024-04-16 12:49:31 +02:00
parent 6b863ca4a7
commit 5f674392ce
4 changed files with 11 additions and 8 deletions
@@ -22,6 +22,8 @@ plugin.tx_eptheme {
footerNavPid =
# cat=eptheme/200/130; type=string; label=Default homepage UID
defaultHomeUid =
# cat=eptheme/200/135; type=string; label=Link to apply to logo (overrides defaultHomeUid)
logoLink =
# cat=eptheme/200/140; type=string; label=Default page UID for ajax requests
defaultAjaxUid =
# cat=eptheme/200/150; type=string; label=Default contact form page UID
@@ -30,6 +30,7 @@ plugin.tx_eptheme {
teaserTextMaxChars = {$plugin.tx_eptheme.settings.teaserTextMaxChars}
faqPageUid = {$plugin.tx_eptheme.settings.faqPageUid}
defaultHomeUid = {$plugin.tx_eptheme.settings.defaultHomeUid}
logoLink = {$plugin.tx_eptheme.settings.logoLink}
defaultAjaxUid = {$plugin.tx_eptheme.settings.defaultAjaxUid}
defaultContactFormPageUid = {$plugin.tx_eptheme.settings.defaultContactFormPageUid}
defaultSearchPageUid = {$plugin.tx_epproducts.settings.defaultSearchPageUid}