close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

CoreMedia Headless Server

CMTeaser interface in schema includes "target" field

"target" field was missing from the interface and was only in the type definition. Now interface also has it.

(CMS-18670)

Metadata for type and interface extensions

Metadata information can now be added for type and interface extensions.

(CMS-18521)

ArrayStoreException when querying settings fixed

When querying for settings in a content object, an ArrayStoreException occurred, when using the 'paths' query parameter with nested path lists.

(CMS-18520)

Customize Annotation not working in CaasConfig

The @Customize annotation was not executed. Therefore the the Spring bean "contentSegmentStrategyMap" was not customized correctly and the related map was empty.

(CMS-18321)

Output or suppression of root tag on richtext content properties is configurable

The surrounding <div> interferes often with client applications, which usually define the structure of the content to be displayed themselves. The surrounding <div> tag is a potentially unwanted tag. The output can now be suppressed by setting the new config property 'caas.stax.suppressRootTag' to 'true'. The config works on all fields originally delivering Markup (rich text) which are serialized to a string, e.g. detailText on teasable content objects.

(CMS-18271)

Richtext transformation ignored superscript elements

The richtext transformation rule to parse superscript elements <sup> contained a bug which led to the situation, that superscript elements were ignored completely and the contained subelements and characters were ignored also. The rule was fixed.

(CMS-18216)

Search Results

Table Of Contents