Skip to content

Commit

Permalink
[TASK] remove name field
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Mar 25, 2024
1 parent ebfe935 commit f87e1d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Resources/Private/Templates/Backend/Preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
<div style="width: 64px; height: 100%; background: #ccc;"></div>
</f:else>
</f:if>
{person.firstname}
</div>
</f:for>
</div>
</f:if>

<ul style="margin: 0; margin-top: 0.5em; padding: 0.2em 1.4em;">
<f:if condition="{pageTitles}"><li>Records from: <f:for each="{pageTitles}" as="title" iteration="iterator">{title}{f:if(condition: iterator.isLast, then: '', else: ', ')}</f:for></li></f:if>
<f:if condition="{catTitles}"><li>Category filter (OR): <f:for each="{catTitles}" as="category" iteration="iterator">{category.title}{f:if(condition: iterator.isLast, then: '', else: ', ')}</f:for></li></f:if>
Expand Down

0 comments on commit f87e1d4

Please sign in to comment.