fix: provide required typoscript to content element

This commit is contained in:
2026-08-13 11:12:40 +02:00
parent 83b3cbea4d
commit 61b5e1a2d3
3 changed files with 21 additions and 18 deletions
@@ -6,5 +6,6 @@ lib.contentElement {
partialRootPaths.20 = EXT:ep_theme/Resources/Private/Partials
settings < plugin.tx_eptheme.settings
settings.themekey = {$plugin.tx_eptheme.settings.themekey}
settings.defaultAjaxUid = {$plugin.tx_eptheme.settings.defaultAjaxUid}
}
@@ -21,6 +21,8 @@
forceHotelUid: teaser.forceHotelUid,
dateFrom: dateFrom,
dateTo: dateTo,
new: teaser.new,
skiPassIncluded: teaser.skiPassIncluded,
landscape: '{f:if(condition: \'{data.layout} == 2 || {data.layout} == 3\', then: 1, else: 0)}'
}"/>
</f:if>