- Issue created by @ewehbe
- Status changed to Closed: works as designed
4 months ago 11:16am 1 August 2024
By upgrading to Drupal 10 and keeping CKEditor 4, I encountered a fatal error:
1. Upgrading to Drupal 10.x.
2. Configure the text formats which are already using Entity Embed plugin.
3. Observe the fatal error.
Replace drupal_get_path('module', 'X') by \Drupal::service('extension.list.module')->getPath('X')
Closed: works as designed
1.0
CKEditor integration