0
我想將類別標題添加到列表視圖元素,即類別菜單發送給您的列表視圖元素。我只是沒有計算出來......將列表視圖中的類別標題設置爲標題(TYPO3 tx_news)
這是我在流體模板代碼:
Templates/News/List.html
<div class="news-list-view">
<f:if condition="{categories.0.headline}">
<f:then>
<h1>{categories.0.headline}</h1>
</f:then>
<f:else>
<h1>News Category</h1>
</f:else>
</f:if>