Retrait du nettoyage automatique de html : encore une lubie de geek…
[Plinn.git] / adapters.zcml
1 <configure xmlns="http://namespaces.zope.org/zope">
2 <adapter
3 provides=".interfaces.IContentHistory"
4 for="Products.CMFDefault.interfaces.IDocument"
5 factory=".HistoryAdapters.DocumentHistory"/>
6 <adapter
7 provides=".interfaces.IContentHistory"
8 for="Products.CMFCore.interfaces.IFolderish"
9 factory=".HistoryAdapters.FolderishHistory"/>
10 <adapter
11 provides=".interfaces.IEmailNotificationSettings"
12 for="Products.CMFCore.interfaces.IContentish"
13 factory=".EmailNotification.EmailNoticationSettings"/>
14 </configure>