[Product-Developers] ordering fields with schemaextender

Wichert Akkerman wichert at wiggy.net
Wed Jan 2 09:45:44 UTC 2008


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 <wichert at wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.




More information about the Product-Developers mailing list