Andreas Jung wrote:
Schema extender implementing ISchemaExtender or IOrderableSchemaExtender extend the schema of a particular content-type for all Plone instances within a Zope site. Is there a way to restrict the extender to one site only (based on some conditions)? One possiblity would be to hack something into getFields()..would IBrowserLayerAwareExtender do the job by using a particular layer only available within the related sites? Or any better ideas?
I used schemaextender's in built support for browserlayers very successfully. Since most of my view customisations also need to be plone instance specific a single browserlayer per product seemed like a clean solution to me.
_______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
