You are here

public property SourceEditingRedundantTagsConstraint::$enabledPluginsMessage in Drupal 10

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

Type: string

File

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

Class

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

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

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