Release Notes / Version 10.2107
Table Of Contents
The deprecated macro
bp.responsiveImage
and the last usages in the example bricks have been removed. Please use the view "media" of
@coremedia/brick-media
instead.
Usage before as macro:
<@bp.responsiveImage self=self.picture />
Usage after when using the brick:
<@cm.include self=self.picture view="media" />
(CMS-15904)