FundamentalCompatibilityConstraint::$nonCreatableTagMessage
Same name in other branches
- 9 core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::nonCreatableTagMessage
- 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::nonCreatableTagMessage
The violation message when CKE5 cannot create a needed tag.
Type: string
File
-
core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ FundamentalCompatibilityConstraint.php, line 55
Class
- FundamentalCompatibilityConstraint
- The fundamental compatibility constraint.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public $nonCreatableTagMessage = 'The %plugin plugin needs another plugin to create <code>@non_creatable_tag</code>, for it to be able to create the following attributes: <code>@attributes_on_tag</code>. Enable a plugin that supports creating this tag. If none exists, you can configure the Source Editing plugin to support it.';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.