You are here

public property SourceEditingRedundantTagsConstraint::$availablePluginsMessage in Drupal 10

When a Source Editing element is added that a disabled plugin supports.

Type: string

File

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

Class

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

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

public $availablePluginsMessage = 'The following @element_type(s) are already supported by available plugins and should not be added to the Source Editing "Manually editable HTML tags" field. Instead, enable the following plugins to support these @element_types: %overlapping_tags.';