[Zope] Set _allowed_meta_types on folder instances without creating a new product?

Jeff Kowalczyk jtk@adelphia.net
Thu, 25 Apr 2002 01:16:58 -0400


Is there a way to set the class attribute sometimes used in products

class myProduct(...):
    _allowed_meta_types = ('Image','File')

On a regular folder instance, without creating a plethora of specialized
folder classes?