You are here

public property CKEditor5ElementConstraint::$message in Drupal 10

The default violation message.

Type: string

File

core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php, line 24

Class

CKEditor5ElementConstraint
CKEditor 5 element.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

public $message = 'The following tag is not valid HTML: %provided_element.';