Issue #3396628 by Wim Leers, smustgrave, lauriii, xjm, catch: Fix <ol start> → native CKEditor 5 functionality and fix bug in SourceEditingRedundantTagsConstraintValidator that allowed it to slip by
@@ -25,6 +25,13 @@ class SourceEditingRedundantTagsConstraint extends Constraint {
*/
public$enabledPluginsMessage='The following @element_type(s) are already supported by enabled plugins and should not be added to the Source Editing "Manually editable HTML tags" field: %overlapping_tags.';
/**
* When a Source Editing element is added that an enabled plugin optionally supports.
*
* @var string
*/
public$enabledPluginsOptionalMessage='The following @element_type(s) can optionally be supported by enabled plugins and should not be added to the Source Editing "Manually editable HTML tags" field: %overlapping_tags.';
/**
* When a Source Editing element is added that a disabled plugin supports.