feat: optional additional link to main site in topnav

This commit is contained in:
Björn Fromme
2025-01-06 17:59:33 +01:00
parent 6536ac5114
commit 9374b97fe3
4 changed files with 23 additions and 9 deletions
@@ -22,6 +22,8 @@ plugin.tx_eptheme {
footerNavPid =
# cat=eptheme/200/130; type=string; label=Default homepage UID
defaultHomeUid =
# cat=eptheme/200/131; type=string; label=Main site PID
mainSitePid =
# 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
@@ -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}
mainSitePid = {$plugin.tx_eptheme.settings.mainSitePid}
logoLink = {$plugin.tx_eptheme.settings.logoLink}
defaultAjaxUid = {$plugin.tx_eptheme.settings.defaultAjaxUid}
defaultContactFormPageUid = {$plugin.tx_eptheme.settings.defaultContactFormPageUid}