Я создаю собственный CkEditor для Django. Я следовал https://ckeditor.com/docs/ckeditor4/latest/guide/plugin_sdk_sample_1.html и пытался загрузить плагин, но это не так. Когда я помещаю другие плагины в мою статическую папку (lib/static/ckeditor/ckeditor/plugins/MYPLUGIN
) и пытаюсь загрузить их, это работает.
Может быть, кто-то может мне помочь.
Ошибка консоли:
ckeditor.js:98 GET http://127.0.0.1:8000/lib/static/ckeditor/ckeditor/plugins/utils/plugin.js?t=I3I8 net::ERR_ABORTED 404 (Not Found)
ckeditor.js:255 Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "utils" was not found at "http://127.0.0.1:8000/lib/static/ckeditor/ckeditor/plugins/utils/plugin.js?t=I3I8".
at CKEDITOR.resourceManager.<anonymous> (ckeditor.js:255)
at e (ckeditor.js:250)
at Array.z (ckeditor.js:250)
at y (ckeditor.js:250)
at ckeditor.js:251