rockerby
08/25/2024, 11:50 PMncNodeName filter, but I can't get it to work.
I have a Content Picker property called from on the child pages, so in the parent list view I added the template {{ from | ncNodeName }} which just shows empty space. {{ from }} shows the full page udi so is definitely the right alias, I've also tried {{ from.udi | ncNodeName }} which is an empty space too.
Has anyone got a suggestion to make this work please?skttl
08/26/2024, 6:22 AMvalue variable. So {{ value | ncNodeName }} should do it. Maybe {{ value[0] | ncNodeName }}Bjarne Fyrstenborg
08/26/2024, 7:22 AM{{value}} variable in listview templates:
https://joe.gl/ombek/blog/umbraco-angularjs-filter-cheat-sheet/