public property CKEditor5ElementConstraint::$requiredAttributeMinValuesMessage in Drupal 10
Violation message when a required attribute does not allow enough values.
Type: string
File
- core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ CKEditor5ElementConstraint.php, line 38
Class
- CKEditor5ElementConstraint
- CKEditor 5 element.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public $requiredAttributeMinValuesMessage = 'The following tag does not have the minimum of @min_attribute_value_count allowed values for the required attribute <code>@required_attribute_name</code>: <code>@provided_element</code>.';