One of my blocks has a content picker, in Umbraco 13 I could use angular filters to get the title of the picked content item and show this as the block title…
I can’t see to figure out how to do this in Umbraco 15
I have tried all of the below:
{~block.name}
{=block.name}
{umbValue: block.name}
All with nothing displayed, if I use the below I get [object, object]
{umbValue: block}