Skip to content

Instantly share code, notes, and snippets.

View thet's full-sized avatar

Johannes Raggam thet

View GitHub Profile
@thet
thet / instancebehaviors.py
Created November 1, 2012 00:04
plone/dexterity per-instance behaviors
"""Per instance behaviors for Plone's Dexterity.
<adapter
for=".interfaces.IBasetype"
factory=".instancebehaviors.DexterityInstanceBehaviorAssignable" />
Also see:
http://opkode.net/media/blog/plone-and-dexterity-enable-behaviors-per-content-type-instance
"""