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:
- Code to reset the
allowedContent
anddisallowedContent
settings before instantiating each CKEditor, so that previous settings don't pollute the new instance. - An example pattern with two wysiwyg text fields, to show that this fix works.
Closes #3302719
Edited by krisahil