Add content item resolver #15283
bjarnef
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have a
mediaItemResolver
filter, which can be used in Block List and Block Grid custom views or label expression.Umbraco-CMS/src/Umbraco.Web.UI.Client/src/common/filters/mediaItemResolver.filter.js
Line 4 in d34be8c
But there is no
contentItemResolver
filter, which I think would be useful. We do however have thencNodeName
filter, but it only resolve the node name value - not any custom properties on the content node.Beta Was this translation helpful? Give feedback.
All reactions