Skip to main content

This package extends any AT content type by a multi file field

Project description

Introduction

This package lets you add a archetypes.multifile field into any archetypes object using schemaextender.

Usage

  1. Install package by adding the egg into your buildout cfg:

    [instance]
    ...
    eggs =
            collective.multifilesextender
    zcml =
            collective.multifilesextender
  2. Rerun buildout

  3. 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"
    />
  4. Start the instance

  5. 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.multifilesextender-1.1.zip (25.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page