SourceEditingEnhancedConfig
interface
The configuration of the source editing enhanced feature.
ClassicEditor
.create( {
sourceEditingEnhanced: {
allowCollaborationFeatures: true
}
} )
.then( ... )
.catch( ... );
Copy code
See all editor options.
Properties
allowCollaborationFeatures : boolean | undefinedmodule:source-editing-enhanced/sourceeditingenhancedconfig~SourceEditingEnhancedConfig#allowCollaborationFeaturesSet to
trueto enable source editing feature for real-time collaboration.Please note that source editing feature is not fully compatible with real-time collaboration and using it may lead to data loss. Read more.
Defaults to
falsetheme : 'default' | 'dark' | Extension | undefinedmodule:source-editing-enhanced/sourceeditingenhancedconfig~SourceEditingEnhancedConfig#themeThe theme of the source editor.
Note: Creating a custom theme via
Extensionis not supported when using Using CDN, due to technical limitations. This option remains available in all other installation methods. The'default'and'dark'themes are fully supported in the CDN version.Read more about themes configuration.
Defaults to
'default'