source: products/quintagroup.formlib.captcha/branches/captchas-refactoring/quintagroup/formlib/captcha/configure.zcml @ 2080

Last change on this file since 2080 was 2080, checked in by mylan, 14 years ago

#186: Add dependency package include in configure.zcml

File size: 441 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    i18n_domain="quintagroup.formlib.captcha">
4
5  <include package="quintagroup.captcha.core" />
6  <include package="zope.formlib" />
7
8  <view
9      type="zope.publisher.interfaces.browser.IBrowserRequest"
10      for=".interfaces.ICaptcha"
11      provides="zope.app.form.interfaces.IInputWidget"
12      factory=".widget.CaptchaWidget"
13      permission="zope.Public"
14      />
15
16</configure>
Note: See TracBrowser for help on using the repository browser.