Description
The Name List Macro provides a parameter named Link Properties to mark the properties in the Display Template that should provided a link. Since the template allows to specify the link with $[...] and properties without a link with ${...} there is no need for an extra property.
Note that in case there is no link rendered, the whole value is considered to be the label for the link.
Please note that for use cases that use this parameter, the properties listed in the Link Properties need to be updated in the template. That is, each property listed needs to have its curly braces replaced by square brackets.
Old:
${Name} - ${Tags} And Link Properties: Name
New:
$[Name] - ${Tags}
Without this update the whole template value would provide a link.
Attachments
Issue Links
- mentioned in
-
Page Loading...