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
- Enable this module.
- Go to one of text format manage page, for example the Full HTML format (/admin/config/content/formats/manage/full_html).
- 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
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
Comment #3
mingsongMR is ready for review.
Comment #4
welly commentedThis works well, thank you!
Comment #6
welly commentedComment #7
welly commented