Possible to use UFM with blocklist in Umbraco 13?
# help-with-umbraco
t
Hi I have a blocklist in Umbraco 13. I would like to use my controls value (picker) so when they save they can see the value without having to open up the item in the list. I'm using something like {{fieldName}} Which brings back the guid but not the value. I've tried various ways to get the value but nothing works. I've read the documentation but it focuses on Umbraco 14+ Am I missing a simple syntax somewhere?
j
If the field is a picker you can do
{ fieldname | ncNodeName }
This is a thing that has fundamentally changed in 14+ to use UFM, before that it was AngularJS filters: https://docs.umbraco.com/umbraco-cms/13.latest/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/label-property-configuration
15 Views