Jurian Botha, on 2007-11-09: > > Dear Community, > > I'm trying to create some content types to that I can use in a Plone > environment. These content types are very special (not really content types) > so I would like to stay away from using AT. > > I recently started using GenericSetup to add my content type to the > portal_types but it does not show up in the 'add to folder list'. I suspect > that the implementation of my content type is lacking, I'm not sure which > base classes I should derive from or if I should implement any interfaces. > > I'm currently using Five and Plone 2.5 but I'm slowly moving toward Plone 3.
If you are starting just now I would suggest to make it for Plone 3 and use plone.app.content as a base for your non-AT content types. I have not tried that myself yet though. -- Maurits van Rees | http://maurits.vanrees.org/ [NL] Work | http://zestsoftware.nl/ "Do not worry about your difficulties in computers, I can assure you mine are still greater." _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
