- Issue created by @goz
When installing from Drupal 11.2.2 , i have issue :
Error: Class "Drupal\node\NodeForm" not found in include() (line 10 of /var/www/html/web/modules/contrib/mercury_editor/src/Entity/MercuryEditorNodeForm.php
Looking at 📌 Move node forms to proper namespace (Drupal\node\Form) Needs work , the NodeForm has changed namespace.
Replace namespace Drupal\node\NodeForm by the new one : Drupal\node\Form\NodeForm
This requires to make specific version for Drupal >= 11.2 , version where the change appears
Active
2.2
Code