Add required data-attribute, remove obsolete fluid namespace
This commit is contained in:
+4
-3
@@ -1,8 +1,7 @@
|
||||
<html data-namespace-typo3-fluid="true" lang="en"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"
|
||||
xmlns:ep="http://typo3.org/ns/EP/EpTheme/ViewHelpers"
|
||||
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers">
|
||||
xmlns:ep="http://typo3.org/ns/EP/EpTheme/ViewHelpers">
|
||||
|
||||
<f:layout name="Default" />
|
||||
|
||||
@@ -23,7 +22,9 @@
|
||||
<span class="headline headline--secondary headline--underlined">
|
||||
{item.data.name -> f:format.raw()}
|
||||
</span>
|
||||
{item.data.description -> f:format.html()}
|
||||
<div data-rte-content>
|
||||
{item.data.description -> f:format.html()}
|
||||
</div>
|
||||
<div class="flex items-center space-x-6">
|
||||
<f:if condition="{item.data.facebook_url}">
|
||||
<a href="{item.data.facebook_url}" target="_blank" title="{item.data.name} bei Facebook">
|
||||
|
||||
Reference in New Issue
Block a user