- π«π·France anfor
Hoping to resolve this issue in spring of next year.
I have already created a github project : https://github.com/pazairfog/ckeditor-plugin-descriptionlist
- π©πͺGermany drupatz
@anfor
I tried the plugin at https://github.com/pazairfog/ckeditor-plugin-descriptionlist --> but when putting it into the libraries folder, there's an error like "Cannot use Import statement outside a module" -- which caused that none of the js files could be executed.
So i decided to put the whole plugin into the module ckeditor_drupalbreaks itself. Now the js files are correctly compiled and useful -- except of current Error:
ckeditor5-dll.js?v=35.4.0:5 Uncaught CKEditorError: conversion-model-consumable-not-consumed {"items":[{"event":"insert","item":"descriptionlistItem"}]}
As i'm not very familiar with ckeditor, i've struggled already quite of a time to figure out, where i can fix this.
The documentation at https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#erro... could help me with understanding what the matter ist -- but not with "Where in the whole process, the consumer should be used, and how"Have you any idea?
Regards - Assigned to anfor
- π«π·France anfor
Hi @natts, I hope to be able to progress during today scrum this afternoon.