Sign up (with export icon)

CaseChangeConfig

Api-interface icon 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