You are here

public property FundamentalCompatibilityConstraint::$notSupportedElementsMessage in Drupal 10

The violation message when HTML elements cannot be generated by CKE5.

Type: string

File

core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php, line 40

Class

FundamentalCompatibilityConstraint
The fundamental compatibility constraint.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

public $notSupportedElementsMessage = 'The current CKEditor 5 build requires the following elements and attributes: <br><code>@list</code><br>The following elements are not supported: <br><code>@diff</code>';