feat: optional dedicated link to apply to logo image
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/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}
|
||||
|
||||
Reference in New Issue
Block a user