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

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

#173: Move quintagroup.formlib.captcha.form content into the quintagroup.formlib.captcha, add zope.app.form as direct requirement

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