Hello. I have tried to insert the mediaEmbed button on CKEditor5/Elgg5 (5.1.4) using the plugin settings. Even the mediaEmbed plugin exists on CKEditor5 as I can see at
ckeditor/views/default/ckeditor/config/base.js ckeditor/vendors/ckeditor5/src/ckeditor.js ckeditor/vendors/ckeditor5/build/ckeditor.js ckeditor/vendors/ckeditor5/build/ckeditor.js.map
it's not displayed. The error I get in console browser is:
ckeditor.js:2 toolbarview-item-unavailable Objectitem: "mediaEmbed"[[Prototype]]: Object Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-toolbarview-item-unavailable
I have managed to add other CKEditor JS plugins but the mediaEmbed doesn't work, even on a fresh installation.
Has anybody faced up this issue on CKEditor5/Elgg5 ?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 2 likes
in \mod\ckeditor\views\default\ckeditor\config\base.js
- nikos@nlyberakis
nikos - 0 likes
You must log in to post replies.Never used CKEditor but maybe this is a reason of your issue:
Thank you @rivervanrain. Somehow I missed this code, I had focused on vendors/ckeditor5 folder.