Commit 70578002 authored by catch's avatar catch
Browse files

Issue #3304326 by Wim Leers, longwave, catch, lauriii, quietone, phenaproxima,...

Issue #3304326 by Wim Leers, longwave, catch, lauriii, quietone, phenaproxima, xjm: Deprecate CKEditor 4 module in 9.5
parent 499c9575
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ internal.backbone:
    - core/internal.underscore

ckeditor:
  deprecated: The "%library_id%" asset library is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3304481
  remote: https://github.com/ckeditor/ckeditor4
  version: "4.18.0"
  license:
+2 −0
Original line number Diff line number Diff line
name: CKEditor
type: module
description: "WYSIWYG editing for rich text fields using CKEditor."
lifecycle: deprecated
lifecycle_link: https://www.drupal.org/node/3223395#s-ckeditor
package: Core
version: VERSION
dependencies:
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 * Tests administration of CKEditor.
 *
 * @group ckeditor
 * @group legacy
 */
class CKEditorAdminTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * Tests loading of CKEditor.
 *
 * @group ckeditor
 * @group legacy
 */
class CKEditorLoadingTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * Tests administration of the CKEditor StylesCombo plugin.
 *
 * @group ckeditor
 * @group legacy
 */
class CKEditorStylesComboAdminTest extends BrowserTestBase {

Loading