BlockListEditor Label

I have a blockList which has a block, the block has a MultiTreePicker doctype, set to single. I like to have a label based on the link name, is it possible?
I know I can access a string field with XXX alias like this {{XXX}}, I tried {{link.name}} but it’s not working.


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/108341-blocklisteditor-label

You can use {{ optionPicker | ncNodeName }} where the optionPicker is the alias of the content picker in element type.