Tweak of the list-links macro in order to display caption fields if present

This commit is contained in:
Xavier Cazin
2014-09-28 21:11:58 +02:00
parent 6626da9b3b
commit c26bd4c5a8
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -6,7 +6,9 @@ tags: $:/tags/Macro
<$list filter="$filter$">
<$subtype$>
<$link to={{!!title}}>
<$transclude field="caption">
<$view field="title"/>
</$transclude>
</$link>
</$subtype$>
</$list>