source: main/kwarapoly.theme/trunk/kwarapoly/theme/profiles.zcml @ 10866

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

Fill trunk

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