Release Notes / Version 10.2107
Table Of ContentsNew Config Option: caas.stax.maxAliasesForCollections
The maximum number of allowed aliases in a YAML file to define a rich text view was statically bound to 50. When the actual number of aliases exceeded 50, an error while startup of headless was thrown:
Number of aliases for non-scalar nodes exceeds the specified max=50
The number of allowed aliases can now be configured using the new config option, e.g.
caas.stax.maxAliasesForCollections=100
Along with the change, the snakeyaml library was updated to the latest version
org.yaml:snakeyaml:1.29
(was 1.26)
(CMS-19959)
Add fullyQualifiedUrl field to CMDownload type
Add the fullyQualifiedUrl-field to the CMDownload type in the content schema.
(CMS-19859)