[Zope-CMF] How to use "typesTool.manage_addTypeInformation" ?

2005-05-05 Thread KLEIN Stéphane
Hello, I try to build CMF Product. I read chapiter 13 "Writing a Product in Python" of "The Definitive Guide to Plone" book (http://docs.neuroinf.de/PloneBook/ch12.rst?image_scale=narrow). I look the install method of Extensions/Install.py file. I the book, I've this code : def install(self):

Re: [Zope-CMF] How to use "typesTool.manage_addTypeInformation" ?

2005-05-06 Thread Dieter Maurer
KLEIN Stéphane wrote at 2005-5-5 19:40 +0200: > ... > typesTool.manage_addTypeInformation( > add_meta_type = > factory_type_information['meta_type'], > id = factory_type_information['id'] > ) > ... >