Editor setting form not showing in text format manage page

Created on 1 May 2024, about 2 months ago

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

πŸ› Bug report
Status

Needs review

Version

2.0

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia Mingsong πŸ‡¦πŸ‡Ί

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024