I'm trying to set the label of the nested content picker for an Item to the document type selected. But how can I make this work ? I don't get it right now how to set the correct label value, or can I make it so that it calls a api controller to get the correct title?
NestedContent Label
I'm trying to set the label of the nested content picker for an Item to the document type selected. But how can I make this work ? I don't get it right now how to set the correct label value, or can I make it so that it calls a api controller to get the correct title?
Hi Johan,
You could try setting it to {{docTypeAlias}} , that is the property alias of the document type I believe, however I don't know if this is supported.
Thanks,
Nik
I figured it out, I Needed to create a filter in umbraco where I can call my api for the correct language.
is working on a reply...