MultiLevelListConfig
interface
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
listDefinitions : Array<MultiLevelListDefinition> | undefinedmodule:list-multi-level/multilevellist~MultiLevelListConfig#listDefinitionsCustom list definitions configuration.