Release Notes / Version 11.2210
Table Of ContentsImproved studio-client development documentation
A wrong command was listed for starting studio and an obsolete note box was removed about a "--" which is no longer needed.
(CMS-22555)
Fixed German Labels
Fixed issues with German labels on the login mask and user-manager.
(CMS-22481)
Editor contents in new HTMLFragments are now editable
The
Slim
editor was missing a crucial plugin, that did not allow to edit contents in new HTMLFragment editors.
(CMS-22456)
Added missing favicon in Workflow App
Missing workflow favicon has been added.
(CMS-22446)
Problems starting (remote) apps with devDependencies
Only relevant when using the experimental custom apps feature: Packages not located in the workspace are downloaded from an NPM registry. If this is the case for an app and the package contains "devDependencies" the studio-client could not be started.
(CMS-22365)
Fixed An Issue Where Drag&Drop Between Content App and Workflow App Did Not Work
In case the apps where running via "http" and not on "localhost" drag&drop between content app and workflow app was not working.
Note: Such a setup is only recommended for testing or development purposes not for production!
(CMS-22363)
CKEditor 5: Drag & Drop of contents from external systems into RichText and Link Balloon
It is now possible again to drag and drop contents into CKEditor 5 components like in CKEditor 4. When a content from a thirdparty system (e.g. a commerce system or a content-hub provider) is dropped, the content will be imported into the CMS and linked or embedded in the like a content.
(CMS-22313)
Fixed Document Lifecycle Status Icon
Fixed the update of the status icon located before the locale switcher.
(CMS-22305)
Fixed Notifcation Error for Custom Notifications
Fixed an error thrown by custom notifications that want to use the default notification wrapper for displaying the notification details.
(CMS-22304)
Fixed Initialization of FolderChooserList
The chooser is only initialized with the calculated path if no other value was set through the bindTo expression of the component.
(CMS-22201)
Documentation: Added Hints on Handling of EXIF Orientation in Image Metadata
Hints on handling of EXIF orientation in metadata of images uploaded to the CMS have been added to Studio User Manual.
(CMS-19374)