feat: add Home Page layout and styles, including header behavior and language support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<f:layout name="Default" />
|
||||
|
||||
<f:section name="Main">
|
||||
<f:comment> Render main content for colPos 0 (Home Page) </f:comment>
|
||||
<f:cObject typoscriptObjectPath="lib.dynamicContent" data="{pageUid: '{data.uid}', colPos: '0'}" />
|
||||
</f:section>
|
||||
Reference in New Issue
Block a user