Hi everyone. We're using this template on our nested content {{$index}} - "name of nested content" - {{heading}}, i.e. {{$index}} - Teaser Card - {{heading}}:
What we want is to use a dictionary label instead of the name being hardcorded. So I've found this {{linkNode | ncNodeName}} that actually works, but when used together with other placeholders it replaces everything. So when using {{$index}} - {{linkNode | ncNodeName}} - {{heading}} it only shows the dictionary label:
Dictionary label in nested content template
Hi everyone. We're using this template on our nested content
{{$index}} - "name of nested content" - {{heading}}
, i.e.{{$index}} - Teaser Card - {{heading}}
:What we want is to use a dictionary label instead of the name being hardcorded. So I've found this
{{linkNode | ncNodeName}}
that actually works, but when used together with other placeholders it replaces everything. So when using{{$index}} - {{linkNode | ncNodeName}} - {{heading}}
it only shows the dictionary label:So far I've tried:
And several other combinations with the same result. It seems that when using
{{ linkNode | ncNodeName }}
everyting else is discarded.Any ideas how this can be solved?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.