NEWCKEditor AI is here! Learn how to supercharge your editor with AI on our webinar.
Sign up (with export icon)

CaseChangeConfig

Api-interface iconinterface

The configuration of the case change feature.

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

See all editor options.

Properties