feat: add a textimage element, add news design, add a footer
This commit is contained in:
@@ -1 +1,23 @@
|
||||
@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 = | | |
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user