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

Last change on this file since 3270 was 3270, checked in by vmaksymiv, 13 years ago

compatibility with plone.app.discussion added

File size: 369 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    <meta:provides feature="plone.app.discussion-captcha" />
9   
10</configure>
Note: See TracBrowser for help on using the repository browser.