- 🇩🇪Germany Tomefa Dresden
I have the same problem as the original description of the ticket:
I have a content type that doesn't have any text fields itself, only Paragraphs fields that in turn do have text fields with WYSIWYG support required. All that paragraphs are collapsed (closed in Paragraphs terms) or non-existent on a node edit page initially, so I have to click "add" or "edit" to bring up the paragraphs create/edit form.
The problem is no editor is loaded at this point so all the text fields are just normal html textareas. Everything works fine If there's a wysiwyg enabled field in the "host" content type.
I'm not sure if it's an Editor issue or a Paragraphs one.
This problem only appear when using Paragraph in combinaison with a Drupal contrib module that have implement a CKEditor5 plugins, for example with https://www.drupal.org/project/editor_advanced_link → version 2.2.4
When adding a new text paragraph, this error appear in the JS Console:
Failed to load editorAdvancedLink - EditorAdvancedLink ckeditor5.js:188:15 CKEditorError: plugincollection-plugin-not-found {"plugin":null} Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-plugincollection-plugin-not-found
I imagine that the problem come from the CKEditor5 plugin that is not correctly built but this problem only appear with Paragraph. May be during the Ajax call, some loader are missing due to CKEditor lazy builders.