Skip to content

Extends Editor Lite to support extensions and custom options to be passed directly to createInstance

Denys Mishunov requested to merge 232503-editor-lite-extensions-on-instance into master

What does this MR do?

This is Part 1 of the steps for #232503 (closed)

As the title suggests: it extends Editor Lite to support extensions and custom options to be passed directly to createInstance. Previously we would need a separate step to apply extensions for the editor's instance. Now we can two things right when the instance gets initialized:

  • specify extensions to apply by thier paths
  • specify additional editor options on a per-instance basis

Screenshots

No visual changes

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #232503 (closed)

Edited by Denys Mishunov

Merge request reports