Release Notes / Version 10.2104
Table Of ContentsFragment payload can be written in a page variable
For Salesforce cartridge it is possible to write the fragment payload into a page variable instead of printing it directly to the output. This makes it possible to do things that depend on the result of the previous fragment call (eg. navigation that can be managed by the CMS if this feature is enabled there).
(CMS-16469)
Update: PowerMock
The testing library PowerMock has been updated to version 2.0.4.
(CMS-16380)
Broader support for E-Commerce Augmentation
It is now possible to retrieve the augmenting content object for categories and products with the new fields
externalChannel
and
externalProduct
, respectively.
Moreover, all page grid placements for a product variant, product or category, including placements inherited from the navigation context, can now be retrieved with the new fields
grid
and
placements
.
Please consult the corresponding section about e-commerce augmentation within the headless server manual for more details.
(CMS-16369)
Favorites toolbar functionality moved to header toolbar in new Studio layout
You can switch from classic Studio view to new Studio layout in the user preferences. In the preferences window under the Studio tab you can find a checkbox labeled 'Show Classic Studio'. When unchecked the Studio reloads and shows a new layout where the favorites toolbar on the left is gone and the functionality is moved to the Studio header.
(CMS-16128)
Workspace for custom Projects
The workspace for custom projects can be accessed at
https://github.com/coremedia-contributions/cmcc-10-pws
.
(CMS-15502)