CaseChangeConfig
interface
The configuration of the case change feature.
ClassicEditor
.create( editorElement, {
caseChange: ... // Case change feature configuration.
} )
.then( /* ... */ )
.catch( /* ... */ );
See all editor options.
Properties
-
titleCase : CaseChangeTitleCaseConfig | undefined
module:case-change/casechange~CaseChangeConfig#titleCase
Title case configuration.