Do you know what, if there is, the content version of this is : mediaItemResolver
This resolves media items, but what would you use to find page details when creating App_Plugins html CMS Grid block component views.
We currently use the mediaItemResolver like this:
{{mediaItem = (block.data.backgroundImage[0].mediaKey | mediaItemResolver); ""}}
We were wondering how we can do the same for content.
Thanks