UFM - Nested properties

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}

1 Like

I solved my own question, you can use the following to get picked content names

{umbContentName: pickerAlias}

It doesn’t allow for the use of custom properties though

Umbraco Flavored Markdown | Umbraco CMS