Files
lena-schilling-website/packages/base/Configuration/Sets/SitePackage/setup.typoscript
Dominik Polakovics 52e962ae83
All checks were successful
Build / build (push) Successful in 2m32s
Build / deploy-stage (push) Successful in 3m0s
Build / switch-stage (push) Successful in 2m8s
feat: add a textimage element, add news design, add a footer
2024-12-13 01:07:46 +01:00

24 lines
482 B
Plaintext

@import './TypoScript/'
# Override tx_news templates
plugin.tx_news {
view {
templateRootPaths.100 = EXT:base/Resources/Private/Extensions/News/Templates/
partialRootPaths.100 = EXT:base/Resources/Private/Extensions/News/Partials/
}
}
# Define footerMenu here
lib.footerMenu = HMENU
lib.footerMenu {
special = directory
special.value = {$page.footerMenuPid}
1 = TMENU
1 {
NO {
wrapItemAndSub = <li>|</li>
stdWrap.noTrimWrap = | | |
}
}
}