Files
lena-schilling-website/packages/base/Configuration/Sets/SitePackage/setup.typoscript
Dominik Polakovics f4596f41e4
All checks were successful
Build / build (push) Successful in 2m31s
Build / deploy-stage (push) Successful in 2m58s
Build / switch-stage (push) Successful in 2m0s
add initial news design
2024-12-13 02:46:22 +01:00

33 lines
625 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/
}
settings {
list {
pagination {
# Maximum number of pages shown in pagination
maxPagesToShow = 5
}
}
}
}
# Define footerMenu here
lib.footerMenu = HMENU
lib.footerMenu {
special = directory
special.value = {$page.footerMenuPid}
1 = TMENU
1 {
NO {
wrapItemAndSub = <li>|</li>
stdWrap.noTrimWrap = | | |
}
}
}