Changes between Version 1 and Version 2 of collective.clipboardupload
- Timestamp:
- Sep 24, 2013 3:12:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
collective.clipboardupload
v1 v2 1 1 Collective.clipboardupload is a Python package, developed to simplify the process of inserting images into visual editor without the need to upload the image. 2 3 4 If you are using buildout to manage your project, you can do this: 5 6 * Add collective.clipboardupload to the list of eggs to install in the buildout.cfg file: 7 {{{ 8 [buildout] 9 ... 10 eggs = 11 ... 12 collective.clipboardupload 13 }}}