From 0dcc1acdab836bba29faea236e2042dfc0bb163a Mon Sep 17 00:00:00 2001 From: jogo Date: Fri, 16 Oct 2020 15:59:54 +0200 Subject: [PATCH] [FEATURE] Enable multiple Authors for news in list view --- .../Private/Partials/News/List/Item.html | 149 ++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 extensions/t3org_layout/Resources/Private/Partials/News/List/Item.html diff --git a/extensions/t3org_layout/Resources/Private/Partials/News/List/Item.html b/extensions/t3org_layout/Resources/Private/Partials/News/List/Item.html new file mode 100644 index 0000000..0b3f824 --- /dev/null +++ b/extensions/t3org_layout/Resources/Private/Partials/News/List/Item.html @@ -0,0 +1,149 @@ + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +

+ {newsItem.title} +

+ + + +
+ + + : + + + {category.title} + , + + +
+
+ + +
+ + {tag.title} + , + + +
+
+ + + + + + + + + + and + + + , + + + + {authorFeUser.name} + + + + + + + + {newsItem.author} + + + + + + +
+ + + +
{newsItem.teaser -> f:format.html()}
+
+ +
{newsItem.bodytext -> f:format.crop(maxCharacters: '{settings.cropMaxCharacters}', respectWordBoundaries:'1') -> f:format.html()}
+
+
+
+ + + +
+
+
+
+ + -- GitLab