Release Notes / Version 11.2310
Table Of ContentsAdded documentation for Locale Switcher
The Locale Switcher provides some configuration flags that have been documented in the Studio developer manual.
(CMS-23484)
Optimized Dashboard Requests
Fixed issue that the initial dashboard loading executed Solr requests twice for every search widget.
(CMS-23468)
Added flag to disable library auto search
The configuration flag CollectionViewBase.GLOBAL_SEARCH_FALLBACK_ENABLED can be set to false if the extended search for empty results in the library should be disabled.
(CMS-23181)
Removed Taxonomy User Check
The check wasn't anymore but there were remaing code snippets and also some documentation which has not been removed properly.
(CMS-23039)
Layout paths can be configured in CommerceAugmentedPageGridForm
Configuration option "layoutPaths" added to CommerceAugmentedPageGridFormConfig, that is passed on to PageGridPropertyField (which already supports it), so customers can more easily adjust their forms to use dedicated layoutPaths for Augmented Categories - without needing to modify or copy Blueprint code.
(CMS-22596)
No Switch Back To ExtJs Drag Drop Any Longer
There still was a CM10 backwards compatibility switch in play that switched from HTML5 drag/drop to ExtJs drag/drop when only Studio App was present (e.g. when you removed the Workflow App). This switch was removed, not least because the CKEditor 5 only works with HTML5 drag / drop.
(CMS-21515)