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.
pfwbged.policy/src/pfwbged/policy/configure.zcml

36 lines
1.1 KiB
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:grok="http://namespaces.zope.org/grok"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
i18n_domain="pfwbged.policy">
<i18n:registerTranslations directory="locales" />
<five:registerPackage package="." initialize=".initialize" />
<include package="five.grok" />
<include package="plone.api" />
<include package=".browser" />
<include package=".content" />
<grok:grok package="." />
<genericsetup:registerProfile
name="default"
title="pfwbged.policy"
directory="profiles/default"
description="Installs the pfwbged.policy add-on."
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
<genericsetup:importStep
name="pfwbgedpolicy-postInstall"
title="pfwbged.policy post_install import step"
description="Post install import step from pfwbged.policy"
handler=".setuphandlers.post_install">
</genericsetup:importStep>
</configure>