I've got a page Events.cshtml
That page has a bunch of children EventsDetail.cshtml
Those children all have a BlockListItem component cHero.cshtml
That component has a MediaWithCrops attribute called Image.
I want to list all of the EventsDetails on my Events page along with the Image from that cHero. I can't seem to figure out how to access the cHero Image on my Events page. Is that even doable?
Child Page Block List Component Attribute
I've got a page Events.cshtml That page has a bunch of children EventsDetail.cshtml Those children all have a BlockListItem component cHero.cshtml That component has a MediaWithCrops attribute called Image.
I want to list all of the EventsDetails on my Events page along with the Image from that cHero. I can't seem to figure out how to access the cHero Image on my Events page. Is that even doable?
I found my answer here: https://our.umbraco.com/documentation/Fundamentals/Backoffice/Property-Editors/Built-in-Property-Editors/Block-List-Editor/
is working on a reply...