Sign up (with export icon)

MultiLevelListConfig

Api-interface iconinterface

The configuration of the multi-level list feature.

ClassicEditor
	.create( editorElement, {
		listMultiLevel:  ... // Multi-level list feature configuration.
	} )
	.then( /* ... */ )
	.catch( /* ... */ );
Copy code

See all editor options.

Properties