source: main/waeup.ngrentheme/trunk/waeup/ngrentheme/overrides.zcml

Last change on this file was 10049, checked in by Henrik Bettermann, 11 years ago

Fill trunc.

File size: 269 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    i18n_domain="waeup">
4
5  <adapter
6    provides=".userdataschema.IEnhancedUserDataSchema"
7    for="Products.CMFCore.interfaces.ISiteRoot"
8    factory=".adapter.EnhancedUserDataPanelAdapter"
9    />
10
11</configure>
Note: See TracBrowser for help on using the repository browser.