Add required data-attribute
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
<f:render partial="Header/Header" arguments="{layout: 8, subheader: country.name, header: country.headline}"/>
|
||||
<div class="grid grid-cols-3 gap-8">
|
||||
<div class="col-span-3 lg:col-span-2" id="teasers">
|
||||
{country.description -> f:format.html()}
|
||||
<div data-rte-content>
|
||||
{country.description -> f:format.html()}
|
||||
</div>
|
||||
<f:if condition="{teasers}">
|
||||
<div class="splide mb-4"
|
||||
data-controller="slider"
|
||||
@@ -50,7 +52,11 @@
|
||||
</p>
|
||||
</f:if>
|
||||
</f:if>
|
||||
<f:if condition="{country.descriptionExtended}">{country.descriptionExtended -> f:format.html()}</f:if>
|
||||
<f:if condition="{country.descriptionExtended}">
|
||||
<div data-rte-content>
|
||||
{country.descriptionExtended -> f:format.html()}
|
||||
</div>
|
||||
</f:if>
|
||||
<f:if condition="{country.images -> f:count()} > 0">
|
||||
<f:render partial="ImageGallery" arguments="{images: country.images, id: 'country-{country.uid}'}"/>
|
||||
</f:if>
|
||||
|
||||
Reference in New Issue
Block a user