source: main/waeup.plonetheme/trunk/waeup/plonetheme/profiles.zcml @ 5874

Last change on this file since 5874 was 5870, checked in by Henrik Bettermann, 14 years ago

Add 'position' field to user data.

Redesign members page.

File size: 764 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="waeup">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="WAeUP Plone Theme"
9      directory="profiles/default"
10      description='Extension profile for the "WAeUP Plone Theme" Plone theme.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:importStep
15      name="waeup.plonetheme.various"
16      title="WAeUP Plone Theme: miscellaneous import steps"
17      description="Various import steps that are not handled by GS import/export handlers."
18      handler="waeup.plonetheme.setuphandlers.setupVarious">
19    <depends name="skins"/>
20  </genericsetup:importStep>
21
22</configure>
Note: See TracBrowser for help on using the repository browser.