source: products/qPloneComments/tags/3.1.1/configure.zcml @ 1591

Last change on this file since 1591 was 247, checked in by chervol, 18 years ago

merge both versions

File size: 710 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cmf="http://namespaces.zope.org/cmf"
4    xmlns:gs="http://namespaces.zope.org/genericsetup"
5    xmlns:five="http://namespaces.zope.org/five"
6    i18n_domain="plonecomments">
7
8  <include package="plone.browserlayer" />
9
10  <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
11
12  <gs:registerProfile
13      name="default"
14      title="qPloneComments"
15      directory="profiles/default"
16      provides="Products.GenericSetup.interfaces.EXTENSION"
17      description="Extension profile for the Plone Comments product."
18      />
19
20  <permission
21      id="moderate.discussion"
22      title="Moderate Discussion"
23      />
24
25</configure>
Note: See TracBrowser for help on using the repository browser.