public property FundamentalCompatibilityConstraint::$nonAllowedElementsMessage in Drupal 10
The violation message when fundamental HTML elements are not allowed.
Type: string
File
- core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ FundamentalCompatibilityConstraint.php, line 33
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.';