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

Last change on this file since 1591 was 656, checked in by crchemist, 17 years ago

Added qPloneCaptchas properties in portal_properties.

File size: 1.0 KB
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    xmlns:i18n="http://namespaces.zope.org/i18n"
7    i18n_domain="plonecomments">
8
9  <include package="plone.browserlayer" />
10  <i18n:registerTranslations directory="locales" />
11
12  <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
13
14  <gs:registerProfile
15      name="default"
16      title="qPloneComments"
17      directory="profiles/default"
18      provides="Products.GenericSetup.interfaces.EXTENSION"
19      description="Extension profile for the Plone Comments product."
20      />
21
22  <gs:registerProfile
23      name="uninstall"
24      title="qPloneComments"
25      directory="profiles/uninstall"
26      provides="Products.GenericSetup.interfaces.EXTENSION"
27      description="Extension profile for the Plone Comments product."
28      />
29
30  <permission
31      id="moderate.discussion"
32      title="Moderate Discussion"
33      />
34
35</configure>
Note: See TracBrowser for help on using the repository browser.