Hi!
I've setup a relationship to allow me to link multiple document types to my homepage, to be displayed in a carousel.
I've also setup custom transformations in each of my document types to render the item in the carousel appropriately.
The problem i'm facing is that when i attempt to use
{%ClassName%}.HomepageCarousel
to render my items, i get the following error:
Message: [CMSDataProperties.LoadTransformation]: Transformation'CMS.MenuItem.HomepageCarousel' not found.
Is there a way i can get the items to use their own transformation, and not that of the item they're related to?
Thanks!