[Zope-CMF] Adding properties to existing CMF-Types
Kevin Carlson
khcarlso@bellsouth.net
Tue, 10 Sep 2002 11:01:23 -0400
Yes, you can do this. Once the document is created you can programmatically
call manage_addProperties to create the new properties in the document
instances.
-----Original Message-----
From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On Behalf
Of Jochen Haeberle
Sent: Tuesday, September 10, 2002 10:26 AM
To: Kevin Carlson; zope-cmf@zope.org
Subject: RE: [Zope-CMF] Adding properties to existing CMF-Types
At 9:25 Uhr -0400 10.09.2002, Kevin Carlson wrote:
>If your new type closely resembles an existing CMF type, you have the
option
>of creating a new copy of the type in portal_types and adding new
properties
>to instances of the new type. Make sense?
Hi Kevin,
no, this way you can change the names of existing properties, but I
don't think you can add more properties.
If I'am wrong, please correct me (best by telling me how to do so :-)
thanks
Jochen
_______________________________________________
Zope-CMF maillist - Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf
See http://collector.zope.org/CMF for bug reports and feature requests