- Status changed to Fixed
almost 2 years ago 6:47pm 6 February 2023 Thanks for the patch! I'm sorry for taking so long to merge it in.
Automatically closed - issue fixed for 2 weeks with no activity.
Cloned from #3210241: Notice: Undefined index: drupalExternalPlugins in insert_editor_js_settings_alter() (line 830 of modules/contrib/insert/insert.module). → but shouldn't have been.
Other Text editors than CKeditor do not have drupalExternalPlugins array key (like the Guterberg editor), which is tested by Insert module. This is causing following warning message: Notice: Undefined index: drupalExternalPlugins in insert_editor_js_settings_alter() (line 830 of modules/contrib/insert/insert.module).
In my case I was testing Test editor: Editor.md, but it seems that others have also similar problem:
Ace Code Editor
https://www.drupal.org/project/ace_editor/issues/3030411 →
Gutenberg
https://www.drupal.org/project/gutenberg/issues/3058842 →
When selected Editor.md, then on the field settings (type Text (formatted, long)) warning message is displayed.
In function insert_editor_js_settings_alter() test if this key exists 'drupalExternalPlugins'.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks for the patch! I'm sorry for taking so long to merge it in.
Automatically closed - issue fixed for 2 weeks with no activity.