wiki:collective.clipboardupload

Version 3 (modified by sorenabell, 11 years ago) (diff)

--

Collective.clipboardupload is a Python package, developed to simplify the process of inserting images into visual editor without the need to upload the image.

Installing

If you are using buildout to manage your project, you can do this:

  • Add collective.clipboardupload to the list of eggs to install in the buildout.cfg file:
        [buildout]
        ...
        eggs =
            ...
            collective.clipboardupload
    

You don’t need to activate this add-on product after buildout installation. See the instance.log file to check whether Collective.clipboardupload was properly installed.