Enable rte-content on hotel detail page

This commit is contained in:
Björn Fromme
2022-03-07 16:52:09 +01:00
parent b0598fd415
commit a4a24e1e4b
@@ -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>