Not able to get linking image in classic ckeditor $(document).ready(function(){
var url = "{{ route('teacher.uploadimage', ['_token' => csrf_token()]) }}";
ClassicEditor
.create(document.querySelector('#description'), {
ckfinder: {
uploadUrl: url,
}
})
.catch(error => {
console.error(error);
});
});
i have used cdn for this and have not restricted any plugin so need all but not able to find linkImage and also i search on this link code linkImage is not availbe in code
Is there something missing in the guide? What is it?
not able to get about linkImage in classic ckeditor
Is there anything else you would like to add?
not able to get about linkImage in classic ckeditor
User agent
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Origin URL
https://ckeditor.com/docs/ckeditor5/latest/features/images/images-linking.html
Project version
43.2.0
Is the information outdated? How?
Not able to get linking image in classic ckeditor $(document).ready(function(){ var url = "{{ route('teacher.uploadimage', ['_token' => csrf_token()]) }}"; ClassicEditor .create(document.querySelector('#description'), { ckfinder: { uploadUrl: url, } }) .catch(error => { console.error(error); }); });
i have used cdn for this and have not restricted any plugin so need all but not able to find linkImage and also i search on this link code linkImage is not availbe in code
Is there something missing in the guide? What is it?
not able to get about linkImage in classic ckeditor
Is there anything else you would like to add?
not able to get about linkImage in classic ckeditor
User agent
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36