[Zope-CMF] Question about allowedContentTypes

seb bacon seb@jamkit.com
11 Dec 2001 14:24:06 +0000


On Tue, 2001-12-11 at 13:38, Brad Gaspard wrote:
> I'm experimenting a little trying to create my own CMF product by
> cutting and pasting from the CMFCalendar product.  I can't figure out
> what I need to do to make this product one of my member's choices when
> they want to add a new object.

Make sure it's a type in the Types Tool; make sure you've got all the
properties correct (factory method; product; etc); make sure you're
using a fresh CMF; make sure you're not filtering it out (allowed
content types list in properties of containing types).

That should be all you need to do.  If it's not working, you've not
copied and altered the existing product correctly.

seb