How to enable image paste option in chrome?

0

I have a problem here, maybe half beast and I need an idea of you

I use that editor CKEDITOR in a control system of mine, and where I will make the edits I need to take a print of an image and paste it into the editor without having to save the image, I already did the test and google chrome does not work, in Mozilla Firefox the thing flows normally, is there anything I can do in Google Chrome to make it right?

    
asked by anonymous 07.03.2017 / 00:29

1 answer

0

I think the plugin link should resolve, however it's pretty outdated since 2013 without updates

To install extract the content and put in the plugins folder to stay this way:

ckeditor\
    ...
    images\
    lang\
    plugins\
        ...
        imagepaste\
            plugin.js
            docs\
                install.html
        ...
    skins\
    themes\

No config.js add:

config.extraPlugins='imagepaste';
    
07.03.2017 / 00:58