Interface

ListConfig (list)

@ckeditor/ckeditor5-list/src/list

interface

The configuration of the list feature and the document list feature.

ClassicEditor
	.create( editorElement, {
		list:  ... // The list feature configuration.
	} )
	.then( ... )
	.catch( ... );

See all editor options.

Filtering

Properties