public property FundamentalCompatibilityConstraint::$missingElementsMessage in Drupal 10
The violation message when CKE5 can generate disallowed HTML elements.
Type: string
File
- core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ FundamentalCompatibilityConstraint.php, line 47
Class
- FundamentalCompatibilityConstraint
- The fundamental compatibility constraint.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public $missingElementsMessage = 'The current CKEditor 5 build requires the following elements and attributes: <br><code>@list</code><br>The following elements are missing: <br><code>@diff</code>';