source: products/Products.qPloneDropDownMenu/trunk/Products/qPloneDropDownMenu/profiles.zcml

Last change on this file was 2582, checked in by fenix, 14 years ago

moved skins and profiles zcml registrations into separate files.

File size: 528 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="Products.qPloneDropDownMenu">
5
6    <!-- Register the installation GenericSetup extension profile -->
7    <genericsetup:registerProfile
8      name="default"
9      title="qPloneDropDownMenu"
10      directory="profiles/default"
11      description="Allows Plone websites to update multilevel portal dropdown menu"
12      provides="Products.GenericSetup.interfaces.EXTENSION"
13      />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.