feat: add a textimage element, add news design, add a footer
This commit is contained in:
parent
9f410a339e
commit
52e962ae83
19 changed files with 546 additions and 22 deletions
13
packages/base/Configuration/Sets/SitePackage/page.typoscript
Normal file
13
packages/base/Configuration/Sets/SitePackage/page.typoscript
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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 = | | |
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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 = | | |
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue