This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plone.formwidget.captcha/plone/formwidget/captcha/testing.zcml

12 lines
413 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:z3c="http://namespaces.zope.org/z3c"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="plone.formwidget.captcha">
<include file="meta.zcml" package="Products.GenericSetup"/>
<include package="plone.z3cform" file="testing.zcml" />
<include package="plone.formwidget.captcha" file="configure.zcml" />
</configure>