20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
@import './TypoScript/'
|
|
@import 'EXT:base/Configuration/Ext/Form/TypoScript/setup.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
|
|
}
|
|
}
|
|
}
|
|
}
|