FundamentalCompatibilityConstraint::$nonAllowedElementsMessage

Same name and namespace in other branches
  1. 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::nonAllowedElementsMessage
  2. 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 33

Class

FundamentalCompatibilityConstraint
The fundamental compatibility constraint.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

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.