Release Notes / Version 11.2210
Table Of ContentsChanged Configuration for Headings in CKEditor 5
The configuration for Headings in the default CKEditor 5 in the Blueprint was changed to match the configuration for CKEditor 4. After switching to CKEditor 5 in CoreMedia Studio, we kept the default configuration for Headings in CKEditor 5, which maps
Heading 1
to
<h2>
and so on. We changed this to match the mapping we had for CKEditor 4. (
Heading 1
maps to
<h1>
etc.)
(CMS-22455)