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\ConstraintCode
public $message = 'The following tag is not valid HTML: %provided_element.';