Sign up (with export icon)

SourceEditingConfig

Api-interface icon interface

The configuration of the source editing feature.

ClassicEditor
  .create( {
    sourceEditing: {
        allowCollaborationFeatures: true
    }
  } )
  .then( ... )
  .catch( ... );
Copy code

See all editor options.

Properties

  • Chevron-right icon

    allowCollaborationFeatures : boolean | undefined

    Set to true to 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 false