diff --git a/core/modules/ckeditor5/ckeditor5.libraries.yml b/core/modules/ckeditor5/ckeditor5.libraries.yml index ba31c8e06e..a42b943495 100644 --- a/core/modules/ckeditor5/ckeditor5.libraries.yml +++ b/core/modules/ckeditor5/ckeditor5.libraries.yml @@ -37,7 +37,7 @@ internal.drupal.ckeditor5: - core/ckeditor5.editorDecoupled - core/ckeditor5 - editor/drupal.editor - - ckeditor5/drupal.ckeditor5.stylesheets + - ckeditor5/internal.drupal.ckeditor5.stylesheets - core/drupalSettings - core/drupal.message diff --git a/core/modules/ckeditor5/ckeditor5.module b/core/modules/ckeditor5/ckeditor5.module index cc4ae8fcad..cb9e88aa65 100644 --- a/core/modules/ckeditor5/ckeditor5.module +++ b/core/modules/ckeditor5/ckeditor5.module @@ -423,7 +423,7 @@ function _ckeditor5_get_langcode_mapping($lang = FALSE) { */ function ckeditor5_library_info_alter(&$libraries, $extension) { if ($extension === 'filter') { - $libraries['drupal.filter.admin']['dependencies'][] = 'ckeditor5/drupal.ckeditor5.filter.admin'; + $libraries['drupal.filter.admin']['dependencies'][] = 'ckeditor5/internal.drupal.ckeditor5.filter.admin'; } $moduleHandler = \Drupal::moduleHandler();