You are here

constant FundamentalCompatibilityConstraintValidator::FUNDAMENTAL_CKEDITOR5_PLUGINS in Drupal 10

The fundamental CKEditor 5 plugins without which it cannot function.

File

core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php, line 44

Class

FundamentalCompatibilityConstraintValidator
Validates fundamental compatibility of CKEditor 5 with the given text format.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

const FUNDAMENTAL_CKEDITOR5_PLUGINS = [
  'ckeditor5_essentials',
  'ckeditor5_paragraph',
];