You are here

public property ToolbarItemDependencyConstraint::$message in Drupal 10

The default violation message.

Type: string

File

core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php, line 26

Class

ToolbarItemDependencyConstraint
A CKEditor 5 toolbar item.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

public $message = 'Depends on %toolbar_item, which is not enabled.';