add initial news design
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# Footer menu from a pid defined in constants: page.footerMenuPid
|
||||
lib.footerMenu = HMENU
|
||||
lib.footerMenu {
|
||||
special = directory
|
||||
special.value = {$page.footerMenuPid}
|
||||
1 = TMENU
|
||||
1 {
|
||||
NO {
|
||||
wrapItemAndSub = <li>|</li>
|
||||
stdWrap.noTrimWrap = | | |
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,15 @@ plugin.tx_news {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user