Problem/Motivation

Since Drupal 10, the editor configuration form function has been changed to EditorBase::buildConfigurationForm().

The settingsForm() function is not used anymore. The consequence is that the setting of the Quill editor are not showing in the text format manage page after upgrading to Drupal 10.

Steps to reproduce

  1. Enable this module.
  2. Go to one of text format manage page, for example the Full HTML format (/admin/config/content/formats/manage/full_html).
  3. All those setting of Quill editor are missing from this page.

Proposed resolution

Use EditorBase::buildConfigurationForm() instead.

Remaining tasks

A PHPUnit functional test to check the setting functionalities.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Issue fork quill-3444558

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Mingsong created an issue. See original summary.

mingsong’s picture

Status: Active » Needs review

MR is ready for review.

welly’s picture

This works well, thank you!

  • welly committed caf9fe4e on 2.x authored by Mingsong
    Issue #3444558 by Mingsong: Editor setting form not showing in text...
welly’s picture

Status: Needs review » Fixed
welly’s picture

Status: Fixed » Closed (fixed)