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