I created the content nested with a document type "auth_member".
The document type has only one property: a member selector.
I want to assign the names of the selected members to the labels of the nested elements, but I can't find the solution.
Can anyone show me the way?
You can use the template configuration in your nested content property, and set that to {{ selectedMember | ncNodeName }} (assuming selectedMember is the alias of your member picker.
Member picker in nested content
I created the content nested with a document type "auth_member". The document type has only one property: a member selector. I want to assign the names of the selected members to the labels of the nested elements, but I can't find the solution. Can anyone show me the way?
Hi Giampaolo
You can use the template configuration in your nested content property, and set that to
{{ selectedMember | ncNodeName }}
(assuming selectedMember is the alias of your member picker.You can read more about configuring Nested Content here.
is working on a reply...