Unable to uninstall Ckeditor 4 in Drupal 10

Created on 5 December 2023, 7 months ago
Updated 26 June 2024, 1 day ago

Webform has a dependency on the drupal:ckeditor module. Therefore it is not possible to uninstall the deprecated ckeditor 4 module on a drupal 10 site.

πŸ“Œ Task
Status

Closed: cannot reproduce

Version

6.2

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States redbrickone

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @redbrickone
  • πŸ‡ΊπŸ‡ΈUnited States cilefen

    I am not aware of that dependency. There isn't one as far as I can see. Where is it?

    There is a dev dependency on drupal/ckeditor in composer.json, but that should not affect sites that use webform.

  • Status changed to Closed: cannot reproduce 4 months ago
  • πŸ‡ΊπŸ‡ΈUnited States cilefen
  • πŸ‡ΊπŸ‡ΈUnited States jayemel

    Same issue...I can't uninstall ckeditor because its webform dependency. See config. Is there a place in webform to set the "editor" to ckeditor5?

    editor.editor.webform_default

    langcode: en
    status: true
    dependencies:
      config:
        - filter.format.webform_default
      module:
        - ckeditor
        - webform
    format: webform_default
    editor: ckeditor
    settings:
      toolbar:
        rows:
          -
            -
              name: Formatting
              items:
                - Format
                - Bold
                - Italic
                - Superscript
                - Subscript
            -
              name: Media
              items:
                - SpecialChar
                - ImceImage
            -
              name: Linking
              items:
                - DrupalLink
                - DrupalUnlink
            -
              name: Lists
              items:
                - NumberedList
                - BulletedList
            -
              name: Indentation
              items:
                - Outdent
                - Indent
            -
              name: 'Block Formatting'
              items:
                - Blockquote
            -
              name: Tools
              items:
                - Source
                - Maximize
      plugins: {  }
  • πŸ‡ΊπŸ‡ΈUnited States jrockowitz Brooklyn, NY

    Try running drush webform-repair with the ckeditor5 module enabled.

Production build 0.69.0 2024