SourceEditingRedundantTagsConstraint::$enabledPluginsOptionalMessage

Same name and namespace in other branches
  1. 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\SourceEditingRedundantTagsConstraint::enabledPluginsOptionalMessage

When a Source Editing element is added that an enabled plugin optionally supports.

Type: string

File

core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php, line 34

Class

SourceEditingRedundantTagsConstraint
For disallowing Source Editing elements already supported by a plugin.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

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.';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.