FundamentalCompatibilityConstraint::$nonCreatableTagMessage

Same name in other branches
  1. 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\FundamentalCompatibilityConstraint::nonCreatableTagMessage
  2. 11.x 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 54

Class

FundamentalCompatibilityConstraint
The fundamental compatibility constraint.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

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.