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

33 lines
953 B
XML

<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="tabellio.config">
<five:registerPackage package="." initialize=".initialize" />
<genericsetup:registerProfile
name="default"
title="tabellio.config"
directory="profiles/default"
description="Installs the tabellio.config package"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
<browser:resource
name="tabellio.config.png"
image="icon.png"
/>
<browser:page
name="tabellio-controlpanel"
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
class=".controlpanel.TabellioControlpanel"
template="controlpanel.pt"
permission="cmf.ManagePortal"
/>
</configure>