Release Notes / Version 12.2406.2
Table Of ContentsStarting with CM13, these deprecated fields were removed GraphQL Type Blob
size: Int
Please see also corresponding removals at
ContentBlobAdapter and
ContentMarkupAdapter in the public Java-API.
GraphQL Type CMMediaImpl
captionLegacy: String captionAsTree: RichTextTree captionReferencedContent: [Content_!]
Please use the property caption: RichText with its'
generic, nested properties text,
textAsTree and
textReferencedContent for the deprecated fields
instead.
GraphQL Type CMTeasableImpl
detailTextLegacy: String detailTextAsTree: RichTextTree detailTextReferencedContent: [Content_!] teaserTextLegacy: String teaserTextAsTree: RichTextTree teaserTextReferencedContent: [Content_!]
Please use the properties
detailText: RichText}}and {{teaseText: RichText
with its' generic, nested properties text,
textAsTree and
textReferencedContent for the deprecated fields
instead.
(CMS-28253)


