Using Umbraco 12 we are using the mediaItemResolver for CMS app_plugin blocks (angularjs)- is there a way to get the same type of data for a webpage - such as a contentResolver?
Thanks
Thanks again - we did look at this yesterday - the odd thing is - we can get the basics out of the Resolver but we can't get the Properties out of it - they just don't seem to exist (or tabs)
jonroberts
11/10/2023, 9:54 AM
We did something like:
j
Jemayn
11/10/2023, 9:59 AM
Not entirely sure about whats in the content obj that is returned by the contentResource, but if it doesn't contain the properties you need then you may have to set up an API controller you can call instead? Then you are also more in control of the return model and can easily extend it