close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

CoreMedia Headless Server

Adding ID to all PageGrid related Elements

These ids are required when trying to cache a PageGrid, a PageGridRow or a PageGridPlacement using apollo-client.

(CMS-18313)

Catalog types moved to extension headless-server-catalog

The catalog types (CMProduct, CMProductImpl) have moved to extension headless-server-catalog. Now these types are only available, if extension catalog is activated. Before, the types were always present, what lead to an error, when extension catalog was deactivated.

(CMS-18212)

Fixed missing dependency when running headless without live context

In case of running headless without the live context extension "lc-asset" a dependency was missing, preventing the headless to start correctly.

(CMS-18029)

LanguageId deprecated in favor for new properly named property 'locale'

The content schema of Headless Server contained the property 'languageId' but was not mapped properly to a property in content objects, thus delivering always null. The property is now deprecated in favor for the newly introduced property 'locale', which maps to the corresponding property of localized content objects. Additionally the now deprecated property 'languageId' was mapped to 'locale' in order to fix the always null issue.

(CMS-17936)

Headless supporting queries for localized variants of content objects

Starting with version 2010.1 headless features the ability to query for localized content objects of any localizable content and derived sites of a site object. With the new abilities it is now possible to develop more generic clients, e.g. being able to bootstrap a client for all derived sites or to crosslink to localized contents.

(CMS-17797)

Search Results

Table Of Contents