adapters
Jan 04, 2012
Plone and Dexterity: Enable behaviors per content type instance
plone.behaviors are great, but because they are stored in the FTI, they are enabled for all instances of a content type. This blogpost will show how you can enable a plone.behavior for a specific instance. read more...
Jan 26, 2010
Archetypes: Schema extending an object only inside a specific folder
It's possible to register schema-extenders (and modifiers) for only certain subsections (folders) of your Plone site. It's relatively simple, and all you need is to do is add a local site-manager to the folder and then register the adapters against it. read more...
