<f:if condition="{newsItem.mediaNonPreviews -> f:count()} > 1">
<f:format.date format=‘F d ‚>@{event.start.time}</f:format.date>
oder
<f:format.date format=‘d.m.Y ‚>@{event.start.time}</f:format.date>
deutsche Monatsnamen in fluid:
<f:format.date format="%d. %B %Y">{newsItem.datetime}</f:format.date>
um Partials, die z.B. in EXT:your_extension/Resources/Private/Partials/ liegen auch in der News-Extension zur Verfügung zu haben muss man:
plugin.tx_news {
view {
templateRootPaths {
15 = EXT:your_extension/Resources/Private/Templates/Shared/
20 = {$plugin.tx_news.view.twb5.templateRootPath}
}
partialRootPaths {
15 = EXT:your_extension/Resources/Private/Partials/Shared/
20 = {$plugin.tx_news.view.twb5.partialRootPath}
}
layoutRootPaths {
15 = EXT:your_extension/Resources/Private/Layouts/Shared/
20 = {$plugin.tx_news.view.twb5.layoutRootPath}
}
}
}