Previously Héctor Velarde wrote: > I almost have completed what I want to do with schemaextender; the only > thing I am missing is how to change some fields' schemata and how to > change some others' order. > > where do I change the schemata of existent fields? on my extender's init > method?
schemaextender fully documents its adapters in their interface definition. For this case see ISchemaModifier (http://svn.plone.org/svn/archetypes/archetypes.schemaextender/trunk/archetypes/schemaextender/interfaces.py). Keep in mind that that method is extremely dangerous. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
