Add headline to team plugin

This commit is contained in:
Björn Fromme
2018-06-13 17:01:54 +02:00
parent d8e45eeba8
commit 051c08cb64
@@ -94,6 +94,13 @@
<f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}"/> <f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}"/>
</ep:container> </ep:container>
</f:case> </f:case>
<f:comment>Teammembers Plugin</f:comment>
<f:case value="epproducts_teammembers">
<f:render section="Header" arguments="{_all}"/>
<ep:container data="{data}">
<f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}"/>
</ep:container>
</f:case>
<f:comment>Default</f:comment> <f:comment>Default</f:comment>
<f:case default="1"> <f:case default="1">
<f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}"/> <f:cObject typoscriptObjectPath="tt_content.list.20.{data.list_type}" data="{data}"/>