@@ -39,4 +39,11 @@ class StyleSensibleElementConstraint extends Constraint {
*/
public$conflictingDisabledPluginMessage='A style must only specify classes not supported by other plugins. The <code>@classes</code> classes on <code>@tag</code> are supported by the %plugin plugin. Remove this style and enable that plugin instead.';
/**
* When a Style is defined for a plugin that does not yet support Style.
*
* @var string
*/
public$unsupportedTagMessage='The <code>@tag</code> tag is not yet supported by the Style plugin.';
@@ -457,6 +457,40 @@ public function provider(): array {
'settings.plugins.ckeditor5_style.styles.0.element'=>'A style must only specify classes not supported by other plugins. The <code>text-align-justify</code> classes on <code><p></code> are already supported by the enabled <em class="placeholder">Alignment</em> plugin.',
],
];
$data['INVALID: Style plugin configured to add class to plugin-supported tag known to not work with Style … yet']=[