Release Notes / Version 10.2107
Table Of ContentsTo create or edit a comment for Editorial Comments CoreMedia introduced a new comment button for property editors.
Content Form Collapsibles
It was necessary to adapt the layout of all
PropertyFieldGroup
components based on
CollapsiblePanel
in forms of Studio.
All
PropertyFieldGroup
use the new layout automatically. If you want to use the old layout on your custom components, override the skin with the ui config on your own
PropertyFieldGroup
with
PanelSkin.CARD_100.getSkin()
.
New Notifications
Users now receive notifications for newly created comments on a content when:
they created a comment within the last 30 days.
they contributed to the content within the last 30 days.
the commented content is part of there edited contents.
To enable rich notifications with more details about the comment itself, the component
NotificationDetails
now inherits from
Container
instead of
IconDisplayField
. This change adds support multiple components in one notification.
(CMS-14618)