Interface

CaseChangeConfig (case-change)

@ckeditor/ckeditor5-case-change/src/casechange

interface

The configuration of the case change feature.

ClassicEditor
	.create( editorElement, {
		caseChange:  ... // Case change feature configuration.
	} )
	.then( /* ... */ )
	.catch( /* ... */ );

See all editor options.

Filtering

Properties