[Zope-CMF] restricting a content type to a particular container

Mark McEahern mark@mceahern.com
Tue, 4 Mar 2003 23:42:34 -0600


Hi, I have a content type that only makes sense in a specialized container,
a folderish object that is also a content type.

The container is a ProductCatalog and the contentish type is a Product.

How do I make it so that Product's can only be invokeFactory()'d from a
ProductCatalog?

Thanks,

// m

-