You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've just tried to install the plugin with this config:
CKEDITOR.plugins.addExternal('lineutils', '{{ js_url() }}ckeditor/plugins/lineutils/plugin.js');
CKEDITOR.plugins.addExternal('slideShow', '{{ js_url() }}ckeditor/plugins/slideShow/plugin.js');
CKEDITOR.replace(id, {
image_previewText:' ',
filebrowserUploadUrl: "url",
imageUploadUrl: connector ,
allowedContent :true,
bootstrap_version : 4,
filebrowserImageBrowseUrl: 'url',
extraPlugins:'slideShow'
});
of curse where it says url goes a real url... and i'm getting this:
[Mostrar/ocultar detalles del mensaje.] TypeError: g is null[Saber más] ckeditor.js:249:441
The text was updated successfully, but these errors were encountered:
i've just tried to install the plugin with this config:
CKEDITOR.plugins.addExternal('lineutils', '{{ js_url() }}ckeditor/plugins/lineutils/plugin.js');
CKEDITOR.plugins.addExternal('slideShow', '{{ js_url() }}ckeditor/plugins/slideShow/plugin.js');
CKEDITOR.replace(id, {
image_previewText:' ',
filebrowserUploadUrl: "url",
imageUploadUrl: connector ,
allowedContent :true,
bootstrap_version : 4,
filebrowserImageBrowseUrl: 'url',
extraPlugins:'slideShow'
});
of curse where it says url goes a real url... and i'm getting this:
[Mostrar/ocultar detalles del mensaje.] TypeError: g is null[Saber más] ckeditor.js:249:441
The text was updated successfully, but these errors were encountered: