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