https://discord.umbraco.com logo
UFM fallback values
# umbraco-chat
o
Hey all - I've a friend who has just posted on the forum for the first time, would love if someone could maybe offer some help. https://forum.umbraco.com/t/ufm-fallback-values/7678
m
had a look and posted my findings..
d
I'm hoping to update our old angular text fallback and image fullback. I have had to play around with UFM with varying degrees of success. But not quite the same as the old angular methods just yet. https://www.nuget.org/packages/Wholething.FallbackTextProperty/
o
Ye, it seems it's definetly lacking some of the features from old angular. Hopefully it will improve with time. Thanks @Mike Chambers for the reply.
m
Seems simple enough to create your own filter/component... and as Sorren reported you can't chain filters.. then that seems like you'd be better creating filter/component to suit your particular needs rather than rely on simple generic ones? For inspiration.... https://github.com/umbraco/Umbraco-CMS/tree/main/src/Umbraco.Web.UI.Client/src/packages/ufm
o
Ye, I might need to give that a go - just ran in to another issue : https://forum.umbraco.com/t/ufm-fallback-values/7678/5 😄
https://github.com/OwainWilliams/OC.UFMMemberLookup Made a members lookup as needed it for a client. But will see if I can PR in to Core.