Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
common
t3olayout
Commits
15fcbe73
Commit
15fcbe73
authored
Aug 29, 2020
by
Stefan Busemann
Browse files
[FEATURE] Add multiple contributors to news article
see
https://gitlab.typo3.org/t3o/typo3.org/-/issues/499
parent
4e3a1959
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Templates/News/News/Detail.html
View file @
15fcbe73
...
...
@@ -179,6 +179,22 @@
</n:renderMedia>
<f:if
condition=
"{newsItem.contributors}"
>
<div
class=
"news-list__item-author d-block small"
>
<b>
Additional contributors for this article
</b>
<ul>
<f:for
each=
"{newsItem.contributors}"
as=
"contributor"
>
<li>
<f:translate
extensionName=
"t3org_layout"
key=
"tx_t3org_layout.news.contributors.roles.{contributor.role}"
>
role
</f:translate>
:
{contributor.authorFeUser.name}
</li>
</f:for>
</ul>
</div>
</f:if>
<f:if
condition=
"{settings.backPid}"
>
<!-- Link Back -->
<f:link.page
class=
"btn btn-default"
pageUid=
"{settings.backPid}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment