source: main/waeup.ngrentheme/trunk/waeup/ngrentheme/profiles.zcml @ 11769

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

Fill trunc.

File size: 764 bytes
RevLine 
[10049]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 ngREN Theme"
9      directory="profiles/default"
10      description='Extension profile for the "WAeUP ngREN Theme" Plone theme.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:importStep
15      name="waeup.ngrentheme.various"
16      title="WAeUP ngREN Theme: miscellaneous import steps"
17      description="Various import steps that are not handled by GS import/export handlers."
18      handler="waeup.ngrentheme.setuphandlers.setupVarious">
19    <depends name="skins"/>
20  </genericsetup:importStep>
21
22</configure>
Note: See TracBrowser for help on using the repository browser.