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.
themis.fields/themisfields/widgets.zcml

13 lines
348 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="themisfields">
<include package="z3c.form" file="meta.zcml" />
<include package="z3c.form" />
<adapter factory=".widgets.CommissionFieldWidget"/>
</configure>