Closed (fixed)
Project:
Gutenberg
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Apr 2021 at 15:50 UTC
Updated:
26 Apr 2021 at 15:54 UTC
Jump to comment: Most recent
See #3002933: Fix "The Drupal\editor\Plugin\EditorBase::settingsFormSubmit method is deprecated since version 8.3.x and will be removed in 9.0.0." and friends and companion https://www.drupal.org/node/2819753 change note.
\Drupal\gutenberg\Plugin\Editor\Gutenberg::settingsForm was used but has been deprecated since 8.3.x and was removed in Drupal 9.
Visit /admin/config/content/formats/manage/gutenberg on Drupal 9 and the plugin settings won't be visible.
Migrate deprecated code, changing \Drupal\gutenberg\Plugin\Editor\Gutenberg::settingsForm to \Drupal\gutenberg\Plugin\Editor\Gutenberg::buildConfigurationForm.
Comments
Comment #3
codebymikey commented