Files
lena-schilling-website/packages/base/Configuration/Sets/SitePackage/setup.typoscript
Dominik Polakovics 43344b8868
All checks were successful
Build / build (push) Successful in 4m3s
Build / deploy-stage (push) Successful in 2m42s
Build / switch-stage (push) Successful in 1m55s
feat: add footer logo
2024-12-15 20:48:19 +01:00

19 lines
391 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
}
}
}
}