feat: add Home Page layout and styles, including header behavior and language support
This commit is contained in:
@@ -3,10 +3,24 @@
|
||||
# Include constants
|
||||
#<INCLUDE_TYPOSCRIPT: source="FILE:EXT:base/Configuration/Sets/SitePackage/TypoScript/constants.typoscript">
|
||||
|
||||
# HELPER
|
||||
@import 'EXT:base/Configuration/Sets/SitePackage/TypoScript/Helper/PageClass.typoscript'
|
||||
|
||||
page = PAGE
|
||||
page {
|
||||
typeNum = 0
|
||||
shortcutIcon = EXT:base/Resources/Public/Favicons/favicon-96x96.png
|
||||
|
||||
bodyTagCObject = COA
|
||||
bodyTagCObject {
|
||||
10 = TEXT
|
||||
10.data = TSFE:id
|
||||
10.noTrimWrap = | id="p|"|
|
||||
20 =< lib.page.class
|
||||
20.stdWrap.noTrimWrap = | class="|"|
|
||||
wrap = <body|>
|
||||
}
|
||||
|
||||
10 = PAGEVIEW
|
||||
10 {
|
||||
paths {
|
||||
@@ -32,6 +46,7 @@ page {
|
||||
as = metanavigation
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
meta {
|
||||
@@ -88,6 +103,7 @@ page {
|
||||
}
|
||||
|
||||
footerMenuPid = {$footerMenuPid}
|
||||
|
||||
}
|
||||
|
||||
lib.contentElement {
|
||||
|
||||
Reference in New Issue
Block a user