source: products/quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/meta.zcml @ 3457

Last change on this file since 3457 was 3457, checked in by vmaksymiv, 12 years ago

merged with captcha_provider branch

File size: 529 bytes
Line 
1<configure
2    xmlns:meta="http://namespaces.zope.org/meta"
3    xmlns:zcml="http://namespaces.zope.org/zcml">
4
5    <!-- Declare that quintagroup.plonecaptchas provides a Captcha field that
6         can be used by plone.app.discussion to add a Captcha field to comment
7         forms. -->
8
9    <configure zcml:condition="installed plone.app.discussion">
10        <meta:provides feature="plone.app.discussion-captcha" />
11        <meta:provides feature="plone.app.discussion-captcha-provider" />
12    </configure>
13   
14</configure>
Note: See TracBrowser for help on using the repository browser.