Enable rte-content on hotel detail page
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
{hotel.description -> f:format.html()}
|
{hotel.description -> f:format.html()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div data-rte-content>
|
||||||
<f:if condition="{product.bookable}">
|
<f:if condition="{product.bookable}">
|
||||||
<h2>Buchungsoptionen</h2>
|
<h2>Buchungsoptionen</h2>
|
||||||
<div class="ajax-content-wrapper"
|
<div class="ajax-content-wrapper"
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
<h2>Zusatzinformationen</h2>
|
<h2>Zusatzinformationen</h2>
|
||||||
{hotel.additionalInformation -> f:format.html()}
|
{hotel.additionalInformation -> f:format.html()}
|
||||||
</f:if>
|
</f:if>
|
||||||
|
</div>
|
||||||
</f:section>
|
</f:section>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user