Release Notes / Version 10.2107
Table Of ContentsSimplified Icon Font Formats in Studio
CoreMedia simplified the delivered font formats of the CoreMedia icon fonts. The Icon font in CoreMedia Studio is now loaded from "woff" or (if supported) "woff2" files. "eot" and "ttf" formats were used as a fallback for much older browser which CoreMedia is not supporting for a long time now.
(CMS-17359)
Changed DateTimePropertyField
The increment property of the Time Field in
DateTimePropertyField
for
ExtendedTimeField
is configurable via
timeFieldIncrement
. The default is still 15 minutes.
(CMS-16448)
Added config option richTextMode to TeaserOverlayPropertyFieldBase
When the new option
richTextMode
is set to false (the default) in class
com.coremedia.cms.editor.sdk.premular.fields.teaser.TeaserOverlayPropertyFieldBase
the class works as before, that is no richtext editing is possible when no style is selected in the style chooser. Otherwise richtext editing is always possible and the toolbar buttons are enabled.
(CMS-14243)