collective.multifilesextender 1.1
This package extends any AT content type by a multi file field
Introduction
This package lets you add a archetypes.multifile field into any archetypes object using schemaextender.
Usage
Install package by adding the egg into your buildout cfg:
[instance] ... eggs = collective.multifilesextender zcml = collective.multifilesextenderRerun buildout
To turn it on, mark desired type with IMultiFileExtendable marker interface. For instance the following adds multifile field into ATDocument. You can put it into any zcml that is included when you start instance:
<five:implements class="Products.ATContentTypes.content.document.ATDocument" interface="collective.multifilesextender.interfaces.IMultiFileExtendable" />
Start the instance
Install it via QuickInstaller
TODO
Add some tests
Credits
Package developed by Matous Hora http://dms4u.cz Changelog =========
1.1 - (2009-10-23)
- added danish translatation
1.0 - Released
- Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| collective.multifilesextender-1.1.zip (md5) | Source | 2009-10-23 | 25KB | 522 | |
- Author: Matous Hora
- Home Page: http://pypi.python.org/pypi/collective.multifilesextender
- Keywords: multifile,schemaextender,attachments
- License: GPL
- Categories
- Package Index Owner: mhora
- DOAP record: collective.multifilesextender-1.1.xml
