How can we read the Content Fragment Model attributes in the Teaser/Carousel Component Model class to get them part of the model json?
Hi All,
I need to read CF model attributes in a Teaser or Carousel component to add custom properties based on the attributes of the CF model. I tried to read the CF model json through SlingRequestProcessor.processRequest(), but its deprecated and also the model json response is getting truncated (not getting the full response). Do we have any alternates to SlingRequestProcessor?