Release Notes / Version 10.2107
Table Of Contents
The deprecated Freemarker function
lc.fragmentHighlightingMetaData()
has been removed. It was the same as
bp.getPlacementHighlightingMetaData()
.
Upgrade Steps:
Search for existing usages of
lc.fragmentHighlightingMetaData()
and replace it with
bp.getPlacementHighlightingMetaData()
.
This has been done to all available Blueprint templates.
(CMS-10457)