srishti-sqm
srishti-sqm
I have used uploadImage and uploadWidget plugin , I have added the plugings and wrote in the config like this : config :{ toolbar : [ { name: 'colors', items:...
I have added the plugin in ckeditor/plugins folder and given the path of that file in index.html using script tag. But now I am getting this error : Cannot read...
I have done exactly the same way. But I am getting the below error in console : TypeError: Cannot read property 'icons' of null at CKEDITOR.resourceManager (ckeditor.js:269) On Fri, Aug...
[ckeditor.zip](https://github.com/dangvanthanh/vue-ckeditor2/files/3460667/ckeditor.zip) Code for vue file : import VueCkeditor from 'vue-ckeditor2'; export default { components: { VueCkeditor }, data() { return { content: '', config :{ toolbar : [ { name:...
This error got resolved, can you please tell me what I need to edit in the config so that browse or upload options come for image upload?