Release Notes / Version 10.2107
Table Of Contents
The
cms-tools-application
used to depend on the
content-server-extension-dependencies
, mainly in order to receive custom grammars used in additional content types. However, it turned out that in some cases the transitive dependencies of contentserver extensions are not suitable for clients and break the cms tools. Therefore, we provide a separate extension point for the cms tools now.
If your contentserver extension contains additional grammars or other code or resources that are needed by the cms tools, you must add a new application extension module with the according resources and dependencies as an extension for
cms-tools
. Have a look at
p13n-cms-tools
as an example.
In case of migration problems, you can recover backward compatibility by rolling the
cms-tools-extension-dependencies
dependency in the
cms-tools-application
back to
content-server-extension-dependencies
.
(CMS-14300)