- Issue created by @scott_euser
- 🇬🇧United Kingdom scott_euser
scott_euser → changed the visibility of the branch 3468486-check-plugins-set to hidden.
- 🇬🇧United Kingdom scott_euser
scott_euser → changed the visibility of the branch 3468486-check-plugins-set to active.
- Merge request !12Make code more defensive about checking settings are as expected for comparison → (Merged) created by scott_euser
- Status changed to Needs review
3 months ago 7:57am 16 August 2024 - 🇬🇧United Kingdom scott_euser
It seems that this also results in the editor not loading altogether in some cases depending on when the error is hit. So for example if using a plugin that contains another WYSIWYG in a model window such as a media entity configured that way, footnotes module, ai module, etc.
- 🇨🇭Switzerland das-peter
Has been annoying me for a while now too.
Didn't get around to patch it.
Proposed patch fixes the issues, posted some possible nitpicks as applicable suggestions directly in the MR. - Status changed to RTBC
about 1 month ago 6:18am 17 October 2024 - First commit to issue fork.
- 🇵🇱Poland salmonek
Tested and applied @daspeter suggestion then merged.
If plugins is always an array if set the following probably could work too:
Yes,
$editorSettings["plugins"]
is passed to the editor constructor and has to be an array (or undefined).