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

34 lines
677 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
i18n_domain="themisfields">
<!-- plone.supermodel configuration -->
<utility
component=".handlers.CommissionHandler"
name="themisfields.Commission"
/>
<utility
component=".handlers.AuthorHandler"
name="themisfields.Author"
/>
<utility
component=".handlers.AuthorsHandler"
name="themisfields.Authors"
/>
<utility
component=".handlers.DateHandler"
name="themisfields.Date"
/>
<utility
component=".handlers.SubjectsHandler"
name="themisfields.Subjects"
/>
</configure>