feat: flip order of journey content on product detail page
closes #86994q39k
This commit is contained in:
@@ -4,23 +4,27 @@
|
|||||||
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
|
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
|
||||||
|
|
||||||
<div class="odd:bg-zinc-50 p-4" data-rte-content>
|
<div class="odd:bg-zinc-50 p-4" data-rte-content>
|
||||||
<h3>
|
|
||||||
Eigenanreise
|
|
||||||
</h3>
|
|
||||||
{journey.byCar -> f:format.html()}
|
|
||||||
<f:if condition="{journey.image}">
|
|
||||||
<ep:lazyLoadImage image="{journey.image}"
|
|
||||||
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
|
||||||
class="block w-full h-auto"
|
|
||||||
width="770"
|
|
||||||
height="430c+100"
|
|
||||||
alt="{journey.image.alternative}" />
|
|
||||||
</f:if>
|
|
||||||
<f:if condition="{journey.byBus}">
|
<f:if condition="{journey.byBus}">
|
||||||
<h3>
|
<h3>
|
||||||
Busanreise
|
Busanreise
|
||||||
</h3>
|
</h3>
|
||||||
{journey.byBus -> f:format.html()}
|
<div class="pb-8">
|
||||||
|
{journey.byBus -> f:format.html()}
|
||||||
|
</div>
|
||||||
|
</f:if>
|
||||||
|
<f:if condition="{journey.byCar}">
|
||||||
|
<h3>
|
||||||
|
Eigenanreise
|
||||||
|
</h3>
|
||||||
|
{journey.byCar -> f:format.html()}
|
||||||
|
<f:if condition="{journey.image}">
|
||||||
|
<ep:lazyLoadImage image="{journey.image}"
|
||||||
|
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
||||||
|
class="block w-full h-auto"
|
||||||
|
width="770"
|
||||||
|
height="430c+100"
|
||||||
|
alt="{journey.image.alternative}" />
|
||||||
|
</f:if>
|
||||||
</f:if>
|
</f:if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user