ListConfig
interface
The configuration of the list feature and the legacy list feature.
ClassicEditor
.create( editorElement, {
list: ... // The list feature configuration.
} )
.then( ... )
.catch( ... );
See all editor options.
ListConfig
Properties
-
enableListItemMarkerFormatting : boolean | undefined
module:list/listconfig~ListConfig#enableListItemMarkerFormatting
Enables list item marker formatting. Current list of integrated formatting plugins includes:
Note: This is enabled by default.
Defaults to
true
-
multiBlock : boolean | undefined
module:list/listconfig~ListConfig#multiBlock
Allows multiple blocks in single list item.
With this option enabled you can have block widgets, for example images or even tables, within a list item.
Note: This is enabled by default.
Defaults to
true
-
properties : ListPropertiesConfig | undefined
module:list/listconfig~ListConfig#properties
The configuration of the
ListProperties
feature and the legacy list properties feature.Read more in
ListPropertiesConfig
.