Skip to content

Issue #3302719: Multiple CKEditor instances can cause config collisions

Issue #3302719: Allow each schema to set its own allowedContent and disallowedContent CKEditor settings.

This change set includes:

  1. Code to reset the allowedContent and disallowedContent settings before instantiating each CKEditor, so that previous settings don't pollute the new instance.
  2. An example pattern with two wysiwyg text fields, to show that this fix works.

Closes #3302719

Edited by krisahil

Merge request reports