Release Notes / Version 10.2104
Table Of ContentsAdded parameters to items view in slickCarousel
The macro
render
of the slickCarousel of the brick
@coremedia/brick-slick-carousel
includes the items with a given view. Inside this view it is not possible to access properties of the list, like index or length.
The following parameters has been added and are available in the items view template:
boolean
cm.localParameters().item.first
boolean
cm.localParameters().item.last
int
cm.localParameters().item.index
int
cm.localParameters().item.length
(CMS-15871)