FundamentalCompatibilityConstraint::$notSupportedElementsMessage
Same name in other branches
- 9 core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::notSupportedElementsMessage
- 11.x core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::notSupportedElementsMessage
The violation message when HTML elements cannot be generated by CKE5.
Type: string
File
-
core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ FundamentalCompatibilityConstraint.php, line 41
Class
- FundamentalCompatibilityConstraint
- The fundamental compatibility constraint.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
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>';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.