FundamentalCompatibilityConstraint::$nonAllowedElementsMessage
Same name in other branches
- 9 core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::nonAllowedElementsMessage
- 11.x core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::nonAllowedElementsMessage
The violation message when fundamental HTML elements are not allowed.
Type: string
File
-
core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ FundamentalCompatibilityConstraint.php, line 34
Class
- FundamentalCompatibilityConstraint
- The fundamental compatibility constraint.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public $nonAllowedElementsMessage = 'CKEditor 5 needs at least the <p> and <br> tags to be allowed to be able to function. They are not allowed by the "%filter_label" (%filter_plugin_id) filter.';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.