Loading core/modules/ckeditor5/ckeditor5.libraries.yml +0 −6 Original line number Diff line number Diff line Loading @@ -37,12 +37,6 @@ drupal.ckeditor5.stylesheets: version: VERSION css: [] drupal.ckeditor5.quickedit-temporary-work-around: deprecated: "Temporary work-around until https://www.drupal.org/project/drupal/issues/3196689 lands." css: theme: css/quickedit-override.css: {} drupal.ckeditor5.codeBlock: dependencies: - core/ckeditor5.codeBlock Loading core/modules/ckeditor5/ckeditor5.module +0 −4 Original line number Diff line number Diff line Loading @@ -434,10 +434,6 @@ function ckeditor5_library_info_alter(&$libraries, $extension) { 'theme' => array_fill_keys(array_values($css), []), ], ]; if ($moduleHandler->moduleExists('quickedit')) { $libraries['drupal.ckeditor5']['dependencies'][] = 'ckeditor5/drupal.ckeditor5.quickedit-temporary-work-around'; } } if ($extension === 'core') { Loading core/modules/ckeditor5/css/quickedit-override.css→core/modules/quickedit/css/editors/formattedText/ckeditor5.workaround.css +0 −0 File moved. View file core/modules/quickedit/quickedit.libraries.yml +6 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,12 @@ quickedit.inPlaceEditor.form: dependencies: - quickedit/quickedit quickedit.ckeditor5-temporary-work-around: # "Temporary work-around until https://www.drupal.org/project/drupal/issues/3196689 lands." css: theme: css/editors/formattedText/ckeditor5.workaround.css: { } quickedit.inPlaceEditor.formattedText: version: VERSION css: Loading core/modules/quickedit/quickedit.module +5 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,11 @@ function quickedit_library_info_alter(&$libraries, $extension) { $alter_library($libraries['quickedit'], $theme); } $moduleHandler = \Drupal::moduleHandler(); if ($moduleHandler->moduleExists('ckeditor5')) { $libraries['drupal.ckeditor5']['dependencies'][] = 'quickedit/quickedit.ckeditor5-temporary-work-around'; } } /** Loading Loading
core/modules/ckeditor5/ckeditor5.libraries.yml +0 −6 Original line number Diff line number Diff line Loading @@ -37,12 +37,6 @@ drupal.ckeditor5.stylesheets: version: VERSION css: [] drupal.ckeditor5.quickedit-temporary-work-around: deprecated: "Temporary work-around until https://www.drupal.org/project/drupal/issues/3196689 lands." css: theme: css/quickedit-override.css: {} drupal.ckeditor5.codeBlock: dependencies: - core/ckeditor5.codeBlock Loading
core/modules/ckeditor5/ckeditor5.module +0 −4 Original line number Diff line number Diff line Loading @@ -434,10 +434,6 @@ function ckeditor5_library_info_alter(&$libraries, $extension) { 'theme' => array_fill_keys(array_values($css), []), ], ]; if ($moduleHandler->moduleExists('quickedit')) { $libraries['drupal.ckeditor5']['dependencies'][] = 'ckeditor5/drupal.ckeditor5.quickedit-temporary-work-around'; } } if ($extension === 'core') { Loading
core/modules/ckeditor5/css/quickedit-override.css→core/modules/quickedit/css/editors/formattedText/ckeditor5.workaround.css +0 −0 File moved. View file
core/modules/quickedit/quickedit.libraries.yml +6 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,12 @@ quickedit.inPlaceEditor.form: dependencies: - quickedit/quickedit quickedit.ckeditor5-temporary-work-around: # "Temporary work-around until https://www.drupal.org/project/drupal/issues/3196689 lands." css: theme: css/editors/formattedText/ckeditor5.workaround.css: { } quickedit.inPlaceEditor.formattedText: version: VERSION css: Loading
core/modules/quickedit/quickedit.module +5 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,11 @@ function quickedit_library_info_alter(&$libraries, $extension) { $alter_library($libraries['quickedit'], $theme); } $moduleHandler = \Drupal::moduleHandler(); if ($moduleHandler->moduleExists('ckeditor5')) { $libraries['drupal.ckeditor5']['dependencies'][] = 'quickedit/quickedit.ckeditor5-temporary-work-around'; } } /** Loading