close

Filter

Release Notes / Version 10.2107
Table Of Contents

The brick "quickinfo" has been removed and is replaced by the new example brick "popup", which is based on the library magnific-popup . The template view for this layout is named *.asPopup.ftl .

Upgrade Steps:

If you're using the brick "quickinfo" in your theme, you need to change the import in the package.json from "@coremedia/brick-quick-info": "^1.0.0" to "@coremedia/brick-popup": "^1.0.0" . The CSS class " cm-quickinfo " has changed to " cm-popup " too.

Changes:

  • The "shop-now" functionality has been moved to the example brick "cart". Products in the popup link to the product detail page by default. Check template LiveContextProductTeasable._shopNow.ftl for details.

  • The "popup" functionality of the brick "video" has been moved to brick "popup". Videos link to the detail page. Check template CMVideo._playButton.ftl for details.

  • The "quickinfo" view and functionality of the brick "image-maps" has been moved to brick "popup". Check template CMImageMap._areasMap.ftl for details.

  • The brick "shoppable-video" does not rely on the brick "quick-info" anymore. It uses the brick "default-teaser" as layout for the shoppable teasers of the video instead.

(CMS-7986)

Was this article useful?

Search Results

Table Of Contents