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.
tabellio.pcfdb/tabellio/pcfdb/configure.zcml

18 lines
481 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="tabellio.pcfdb">
<five:registerPackage package="." initialize=".initialize" />
<browser:view
name="sync_deputies_from_pcfdb"
for="*"
class=".sync.SyncDeputiesFromPcfDbView"
permission="cmf.ManagePortal"
/>
</configure>