StyleSensibleElementConstraint::$unsupportedTagMessage
Same name in other branches
- 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\StyleSensibleElementConstraint::unsupportedTagMessage
When a Style is defined for a plugin that does not yet support Style.
Type: string
File
-
core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ StyleSensibleElementConstraint.php, line 48
Class
- StyleSensibleElementConstraint
- Styles can only be specified for HTML5 tags and extra classes.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public $unsupportedTagMessage = 'The <code>@tag</code> tag is not yet supported by the Style plugin.';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.