source: products/quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/overrides.zcml @ 3428

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

compatibility with plone.app.discussion added.(captcha_vocabulary utility overrides)

File size: 490 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:meta="http://namespaces.zope.org/meta"
4    xmlns:zcml="http://namespaces.zope.org/zcml"
5    i18n_domain="quintagroup.plonecaptchas">
6
7    <configure zcml:condition="installed plone.app.discussion">
8        <utility component=".captcha.captcha_vocabulary"
9            name="plone.app.discussion.vocabularies.CaptchaVocabulary"
10            provides="zope.schema.interfaces.IVocabularyFactory" />
11    </configure>
12
13</configure>
Note: See TracBrowser for help on using the repository browser.