feat: optional additional link to main site in topnav
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user