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/editors.zcml

26 lines
519 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
i18n_domain="themisfields">
<utility
name="themisfields.Commission"
component=".editors.CommissionFactory"
/>
<utility
name="themisfields.Author"
component=".editors.AuthorFactory"
/>
<utility
name="themisfields.Authors"
component=".editors.AuthorsFactory"
/>
<utility
name="themisfields.Date"
component=".editors.DateFactory"
/>
</configure>